#96B081

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

Shades of Olivine #96B081

Tints of Olivine #96B081

Color information

#96B081 (or 0x96B081) is unknown color: approx Olivine. HEX triplet: 96, B0 and 81. RGB value is (150,176,129). Sum of RGB (Red+Green+Blue) = 150+176+129=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 129 (50.78% from 255 or 28.35% from 455); Max value from RGB is 176 - color contains mainly: green. Hex color #96B081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B081 is #694F7E. Grayscale: #A3A3A3. Windows color (decimal): -6901631 or 8499350. OLE color: 8499350.

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

Color convert

RGB150176129-
CMYK0.1500.270.31
HSL93.19º22.93%59.8%-
HSV(B)93.19º26.7%69.02%-
XYZ32.0739.1226.63-
YUV162.87108.89118.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.97%
GREEN value IS 176 (69.14% from 255) = 38.68%
BLUE value IS 129 (50.78% from 255) = 28.35%
R=32.97%
G=38.68%
B=28.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501761290.1500.270.3193.1922.9359.8
Hex96B081F01B1F5d173c
Octal22626020117033371352774
Binary100101101011000010000001111101101111111101110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,176,129); }

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

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

 a { background-color: rgb(150,176,129); }

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

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

 span { border-color: rgb(150,176,129); }

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