#96AF76

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

Shades of Olivine #96AF76

Tints of Olivine #96AF76

Color information

#96AF76 (or 0x96AF76) is unknown color: approx Olivine. HEX triplet: 96, AF and 76. RGB value is (150,175,118). Sum of RGB (Red+Green+Blue) = 150+175+118=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AF76 is #695089. Grayscale: #A1A1A1. Windows color (decimal): -6901898 or 7778198. OLE color: 7778198.

HSL color Cylindrical-coordinate representation of color #96AF76: hue angle of 86.32º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96AF76 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB150175118-
CMYK0.1400.330.31
HSL86.32º26.27%57.45%-
HSV(B)86.32º32.57%68.63%-
XYZ31.1838.4522.92-
YUV161.03103.72120.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.86%
GREEN value IS 175 (68.75% from 255) = 39.50%
BLUE value IS 118 (46.48% from 255) = 26.64%
R=33.86%
G=39.50%
B=26.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501751180.1400.330.3186.3226.2757.45
Hex96AF76E0211F561a39
Octal22625716616041371263271
Binary100101101010111111101101110010000111111101011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96AF76; }

 p { color: rgb(150,175,118); }

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

<style>
 a { background-color: #96AF76; }

 a { background-color: rgb(150,175,118); }

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

<style>
 span { border-color: #96AF76; }

 span { border-color: rgb(150,175,118); }

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