#99AD76

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

Shades of Olivine #99AD76

Tints of Olivine #99AD76

Color information

#99AD76 (or 0x99AD76) is unknown color: approx Olivine. HEX triplet: 99, AD and 76. RGB value is (153,173,118). Sum of RGB (Red+Green+Blue) = 153+173+118=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 173 - color contains mainly: green. Hex color #99AD76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AD76 is #665289. Grayscale: #A0A0A0. Windows color (decimal): -6705802 or 7777689. OLE color: 7777689.

HSL color Cylindrical-coordinate representation of color #99AD76: hue angle of 81.82º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99AD76 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB153173118-
CMYK0.1200.320.32
HSL81.82º25.11%57.06%-
HSV(B)81.82º31.79%67.84%-
XYZ31.3537.9722.82-
YUV160.75103.87122.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.46%
GREEN value IS 173 (67.97% from 255) = 38.96%
BLUE value IS 118 (46.48% from 255) = 26.58%
R=34.46%
G=38.96%
B=26.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531731180.1200.320.3281.8225.1157.06
Hex99AD76C02020521939
Octal23125516614040401223171
Binary1001100110101101111011011000100000100000101001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,173,118); }

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

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

 a { background-color: rgb(153,173,118); }

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

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

 span { border-color: rgb(153,173,118); }

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