#07B196

Color #07B196 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #07B196

Tints of Persian Green #07B196

Color information

#07B196 (or 0x07B196) is unknown color: approx Persian Green. HEX triplet: 07, B1 and 96. RGB value is (7,177,150). Sum of RGB (Red+Green+Blue) = 7+177+150=334 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 334); Green value is 177 (69.53% from 255 or 52.99% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 177 - color contains mainly: green. Hex color #07B196 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07B196 is #F84E69. Grayscale: #7B7B7B. Windows color (decimal): -16273002 or 9875719. OLE color: 9875719.

HSL color Cylindrical-coordinate representation of color #07B196: hue angle of 170.47º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B196 is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB7177150-
CMYK0.9600.150.31
HSL170.47º92.39%36.08%-
HSV(B)170.47º96.05%69.41%-
XYZ21.3133.6934.23-
YUV123.09143.1845.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 2.10%
GREEN value IS 177 (69.53% from 255) = 52.99%
BLUE value IS 150 (58.98% from 255) = 44.91%
R=2.10%
G=52.99%
B=44.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal71771500.9600.150.31170.4792.3936.08
Hex7B196600F1Faa5c24
Octal72612261400173725213444
Binary111101100011001011011000000111111111101010101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07B196; }

 p { color: rgb(7,177,150); }

 H1.HeaderClassName
 {
   color: #07B196;
 }
 .AnyTagClassName
 {
   color: #07B196;
 }
</style>
background-color css

<style>
 a { background-color: #07B196; }

 a { background-color: rgb(7,177,150); }

 div.DivClassName
 {
   background-color: #07B196;
 }
 .BgClassName
 {
   background-color: #07B196;
 }
</style>
border-color css

<style>
 span { border-color: #07B196; }

 span { border-color: rgb(7,177,150); }

 td.TdClassName
 {
   border-color: #07B196;
 }
 .TagClassName
 {
   border-color: #07B196;
 }
</style>