#96B876

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

Shades of Olivine #96B876

Tints of Olivine #96B876

Color information

#96B876 (or 0x96B876) is unknown color: approx Olivine. HEX triplet: 96, B8 and 76. RGB value is (150,184,118). Sum of RGB (Red+Green+Blue) = 150+184+118=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 184 - color contains mainly: green. Hex color #96B876 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B876 is #694789. Grayscale: #A6A6A6. Windows color (decimal): -6899594 or 7780502. OLE color: 7780502.

HSL color Cylindrical-coordinate representation of color #96B876: hue angle of 90.91º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96B876 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB150184118-
CMYK0.1800.360.28
HSL90.91º31.73%59.22%-
HSV(B)90.91º35.87%72.16%-
XYZ32.9942.0723.52-
YUV166.31100.74116.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.19%
GREEN value IS 184 (72.27% from 255) = 40.71%
BLUE value IS 118 (46.48% from 255) = 26.11%
R=33.19%
G=40.71%
B=26.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1501841180.1800.360.2890.9131.7359.22
Hex96B876120241C5b203b
Octal22627016622044341334073
Binary10010110101110001110110100100100100111001011011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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