#07AB86

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

Shades of Persian Green #07AB86

Tints of Persian Green #07AB86

Color information

#07AB86 (or 0x07AB86) is unknown color: approx Persian Green. HEX triplet: 07, AB and 86. RGB value is (7,171,134). Sum of RGB (Red+Green+Blue) = 7+171+134=312 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 312); Green value is 171 (67.19% from 255 or 54.81% from 312); Blue value is 134 (52.73% from 255 or 42.95% from 312); Max value from RGB is 171 - color contains mainly: green. Hex color #07AB86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07AB86 is #F85479. Grayscale: #757575. Windows color (decimal): -16274554 or 8825607. OLE color: 8825607.

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

Color convert

RGB7171134-
CMYK0.9600.220.33
HSL166.46º92.13%34.9%-
HSV(B)166.46º95.91%67.06%-
XYZ18.9530.8927.52-
YUV117.75137.1749.01-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.24%
GREEN value IS 171 (67.19% from 255) = 54.81%
BLUE value IS 134 (52.73% from 255) = 42.95%
R=2.24%
G=54.81%
B=42.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71711340.9600.220.33166.4692.1334.9
Hex7AB866001621a65c23
Octal72532061400264124613443
Binary11110101011100001101100000010110100001101001101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07AB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,171,134); }

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

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

 a { background-color: rgb(7,171,134); }

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

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

 span { border-color: rgb(7,171,134); }

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