#07AB95

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

Shades of Persian Green #07AB95

Tints of Persian Green #07AB95

Color information

#07AB95 (or 0x07AB95) is unknown color: approx Persian Green. HEX triplet: 07, AB and 95. RGB value is (7,171,149). Sum of RGB (Red+Green+Blue) = 7+171+149=327 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.14% from 327); Green value is 171 (67.19% from 255 or 52.29% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 171 - color contains mainly: green. Hex color #07AB95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07AB95 is #F8546A. Grayscale: #777777. Windows color (decimal): -16274539 or 9808647. OLE color: 9808647.

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

Color convert

RGB7171149-
CMYK0.9600.130.33
HSL171.95º92.13%34.9%-
HSV(B)171.95º95.91%67.06%-
XYZ20.0831.3433.43-
YUV119.46144.6747.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.14%
GREEN value IS 171 (67.19% from 255) = 52.29%
BLUE value IS 149 (58.59% from 255) = 45.57%
R=2.14%
G=52.29%
B=45.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71711490.9600.130.33171.9592.1334.9
Hex7AB95600D21ac5c23
Octal72532251400154125413443
Binary1111010101110010101110000001101100001101011001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07AB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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