#07B296

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

Shades of Persian Green #07B296

Tints of Persian Green #07B296

Color information

#07B296 (or 0x07B296) is unknown color: approx Persian Green. HEX triplet: 07, B2 and 96. RGB value is (7,178,150). Sum of RGB (Red+Green+Blue) = 7+178+150=335 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.09% from 335); Green value is 178 (69.92% from 255 or 53.13% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 178 - color contains mainly: green. Hex color #07B296 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07B296 is #F84D69. Grayscale: #7B7B7B. Windows color (decimal): -16272746 or 9875975. OLE color: 9875975.

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

Color convert

RGB7178150-
CMYK0.9600.160.30
HSL170.18º92.43%36.27%-
HSV(B)170.18º96.07%69.8%-
XYZ21.5134.0934.3-
YUV123.68142.8544.78-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.09%
GREEN value IS 178 (69.92% from 255) = 53.13%
BLUE value IS 150 (58.98% from 255) = 44.78%
R=2.09%
G=53.13%
B=44.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal71781500.9600.160.30170.1892.4336.27
Hex7B296600101Eaa5c24
Octal72622261400203625213444
Binary1111011001010010110110000001000011110101010101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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