#07AB92

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

Shades of Persian Green #07AB92

Tints of Persian Green #07AB92

Color information

#07AB92 (or 0x07AB92) is unknown color: approx Persian Green. HEX triplet: 07, AB and 92. RGB value is (7,171,146). Sum of RGB (Red+Green+Blue) = 7+171+146=324 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.16% from 324); Green value is 171 (67.19% from 255 or 52.78% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 171 - color contains mainly: green. Hex color #07AB92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07AB92 is #F8546D. Grayscale: #777777. Windows color (decimal): -16274542 or 9612039. OLE color: 9612039.

HSL color Cylindrical-coordinate representation of color #07AB92: hue angle of 170.85º 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 #07AB92 is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB7171146-
CMYK0.9600.150.33
HSL170.85º92.13%34.9%-
HSV(B)170.85º95.91%67.06%-
XYZ19.8431.2532.18-
YUV119.11143.1748.03-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.16%
GREEN value IS 171 (67.19% from 255) = 52.78%
BLUE value IS 146 (57.42% from 255) = 45.06%
R=2.16%
G=52.78%
B=45.06%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71711460.9600.150.33170.8592.1334.9
Hex7AB92600F21ab5c23
Octal72532221400174125313443
Binary1111010101110010010110000001111100001101010111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07AB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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