#96AF66

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

Shades of Olivine #96AF66

Tints of Olivine #96AF66

Color information

#96AF66 (or 0x96AF66) is unknown color: approx Olivine. HEX triplet: 96, AF and 66. RGB value is (150,175,102). Sum of RGB (Red+Green+Blue) = 150+175+102=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AF66 is #695099. Grayscale: #9F9F9F. Windows color (decimal): -6901914 or 6729622. OLE color: 6729622.

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

Color convert

RGB150175102-
CMYK0.1400.420.31
HSL80.55º31.33%54.31%-
HSV(B)80.55º41.71%68.63%-
XYZ30.3138.118.33-
YUV159.295.72121.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.13%
GREEN value IS 175 (68.75% from 255) = 40.98%
BLUE value IS 102 (40.23% from 255) = 23.89%
R=35.13%
G=40.98%
B=23.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501751020.1400.420.3180.5531.3354.31
Hex96AF66E02A1F511f36
Octal22625714616052371213766
Binary100101101010111111001101110010101011111101000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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