#99AF79

Color #99AF79 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #99AF79

Tints of Olivine #99AF79

Color information

#99AF79 (or 0x99AF79) is unknown color: approx Olivine. HEX triplet: 99, AF and 79. RGB value is (153,175,121). Sum of RGB (Red+Green+Blue) = 153+175+121=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 121 (47.66% from 255 or 26.95% from 449); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AF79 is #665086. Grayscale: #A2A2A2. Windows color (decimal): -6705287 or 7974809. OLE color: 7974809.

HSL color Cylindrical-coordinate representation of color #99AF79: hue angle of 84.44º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99AF79 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB153175121-
CMYK0.1300.310.31
HSL84.44º25.23%58.04%-
HSV(B)84.44º30.86%68.63%-
XYZ31.9238.8123.9-
YUV162.27104.71121.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.08%
GREEN value IS 175 (68.75% from 255) = 38.98%
BLUE value IS 121 (47.66% from 255) = 26.95%
R=34.08%
G=38.98%
B=26.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531751210.1300.310.3184.4425.2358.04
Hex99AF79D01F1F54193a
Octal23125717115037371243172
Binary10011001101011111111001110101111111111101010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99AF79; }

 p { color: rgb(153,175,121); }

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

<style>
 a { background-color: #99AF79; }

 a { background-color: rgb(153,175,121); }

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

<style>
 span { border-color: #99AF79; }

 span { border-color: rgb(153,175,121); }

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