#96B981

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

Shades of Olivine #96B981

Tints of Olivine #96B981

Color information

#96B981 (or 0x96B981) is unknown color: approx Olivine. HEX triplet: 96, B9 and 81. RGB value is (150,185,129). Sum of RGB (Red+Green+Blue) = 150+185+129=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 185 - color contains mainly: green. Hex color #96B981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B981 is #69467E. Grayscale: #A8A8A8. Windows color (decimal): -6899327 or 8501654. OLE color: 8501654.

HSL color Cylindrical-coordinate representation of color #96B981: hue angle of 97.5º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96B981 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB150185129-
CMYK0.1900.300.27
HSL97.5º28.57%61.57%-
HSV(B)97.5º30.27%72.55%-
XYZ33.8942.7727.24-
YUV168.15105.9115.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.33%
GREEN value IS 185 (72.66% from 255) = 39.87%
BLUE value IS 129 (50.78% from 255) = 27.80%
R=32.33%
G=39.87%
B=27.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501851290.1900.300.2797.528.5761.57
Hex96B9811301E1B611d3e
Octal22627120123036331413576
Binary1001011010111001100000011001101111011011110000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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