#96B276

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

Shades of Olivine #96B276

Tints of Olivine #96B276

Color information

#96B276 (or 0x96B276) is unknown color: approx Olivine. HEX triplet: 96, B2 and 76. RGB value is (150,178,118). Sum of RGB (Red+Green+Blue) = 150+178+118=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 178 - color contains mainly: green. Hex color #96B276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B276 is #694D89. Grayscale: #A2A2A2. Windows color (decimal): -6901130 or 7778966. OLE color: 7778966.

HSL color Cylindrical-coordinate representation of color #96B276: hue angle of 88º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96B276 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB150178118-
CMYK0.1600.340.30
HSL88º28.04%58.04%-
HSV(B)88º33.71%69.8%-
XYZ31.7739.6323.12-
YUV162.79102.72118.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.63%
GREEN value IS 178 (69.92% from 255) = 39.91%
BLUE value IS 118 (46.48% from 255) = 26.46%
R=33.63%
G=39.91%
B=26.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1501781180.1600.340.308828.0458.04
Hex96B276100221E581c3a
Octal22626216620042361303472
Binary1001011010110010111011010000010001011110101100011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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