#99AF78

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

Shades of Olivine #99AF78

Tints of Olivine #99AF78

Color information

#99AF78 (or 0x99AF78) is unknown color: approx Olivine. HEX triplet: 99, AF and 78. RGB value is (153,175,120). Sum of RGB (Red+Green+Blue) = 153+175+120=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AF78 is #665087. Grayscale: #A2A2A2. Windows color (decimal): -6705288 or 7909273. OLE color: 7909273.

HSL color Cylindrical-coordinate representation of color #99AF78: hue angle of 84º degrees, saturation: 0.26, 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 #99AF78 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB153175120-
CMYK0.1300.310.31
HSL84º25.58%57.84%-
HSV(B)84º31.43%68.63%-
XYZ31.8638.7923.58-
YUV162.15104.21121.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.15%
GREEN value IS 175 (68.75% from 255) = 39.06%
BLUE value IS 120 (47.27% from 255) = 26.79%
R=34.15%
G=39.06%
B=26.79%

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
Decimal1531751200.1300.310.318425.5857.84
Hex99AF78D01F1F541a3a
Octal23125717015037371243272
Binary10011001101011111111000110101111111111101010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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