#07A29F

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

Shades of Persian Green #07A29F

Tints of Persian Green #07A29F

Color information

#07A29F (or 0x07A29F) is unknown color: approx Persian Green. HEX triplet: 07, A2 and 9F. RGB value is (7,162,159). Sum of RGB (Red+Green+Blue) = 7+162+159=328 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.13% from 328); Green value is 162 (63.67% from 255 or 49.39% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 162 - color contains mainly: green. Hex color #07A29F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A29F is #F85D60. Grayscale: #737373. Windows color (decimal): -16276833 or 10461703. OLE color: 10461703.

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

Color convert

RGB7162159-
CMYK0.9600.020.36
HSL178.84º91.72%33.14%-
HSV(B)178.84º95.68%63.53%-
XYZ19.2728.3937.27-
YUV115.31152.6550.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.13%
GREEN value IS 162 (63.67% from 255) = 49.39%
BLUE value IS 159 (62.5% from 255) = 48.48%
R=2.13%
G=49.39%
B=48.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal71621590.9600.020.36178.8491.7233.14
Hex7A29F600224b35c21
Octal7242237140024426313441
Binary11110100010100111111100000010100100101100111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,162,159); }

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

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

 a { background-color: rgb(7,162,159); }

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

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

 span { border-color: rgb(7,162,159); }

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