#96B16E

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

Shades of Olivine #96B16E

Tints of Olivine #96B16E

Color information

#96B16E (or 0x96B16E) is unknown color: approx Olivine. HEX triplet: 96, B1 and 6E. RGB value is (150,177,110). Sum of RGB (Red+Green+Blue) = 150+177+110=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 110 (43.36% from 255 or 25.17% from 437); Max value from RGB is 177 - color contains mainly: green. Hex color #96B16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B16E is #694E91. Grayscale: #A1A1A1. Windows color (decimal): -6901394 or 7254422. OLE color: 7254422.

HSL color Cylindrical-coordinate representation of color #96B16E: hue angle of 84.18º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96B16E is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB150177110-
CMYK0.1500.380.31
HSL84.18º30.04%56.27%-
HSV(B)84.18º37.85%69.41%-
XYZ31.1139.0520.65-
YUV161.2999.05119.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.32%
GREEN value IS 177 (69.53% from 255) = 40.50%
BLUE value IS 110 (43.36% from 255) = 25.17%
R=34.32%
G=40.50%
B=25.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501771100.1500.380.3184.1830.0456.27
Hex96B16EF0261F541e38
Octal22626115617046371243670
Binary100101101011000111011101111010011011111101010011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,177,110); }

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

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

 a { background-color: rgb(150,177,110); }

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

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

 span { border-color: rgb(150,177,110); }

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