#96B96C

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

Shades of Olivine #96B96C

Tints of Olivine #96B96C

Color information

#96B96C (or 0x96B96C) is unknown color: approx Olivine. HEX triplet: 96, B9 and 6C. RGB value is (150,185,108). Sum of RGB (Red+Green+Blue) = 150+185+108=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 185 - color contains mainly: green. Hex color #96B96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B96C is #694693. Grayscale: #A6A6A6. Windows color (decimal): -6899348 or 7125398. OLE color: 7125398.

HSL color Cylindrical-coordinate representation of color #96B96C: hue angle of 87.27º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #96B96C is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB150185108-
CMYK0.1900.420.27
HSL87.27º35.48%57.45%-
HSV(B)87.27º41.62%72.55%-
XYZ32.6342.2620.63-
YUV165.7695.4116.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.86%
GREEN value IS 185 (72.66% from 255) = 41.76%
BLUE value IS 108 (42.58% from 255) = 24.38%
R=33.86%
G=41.76%
B=24.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501851080.1900.420.2787.2735.4857.45
Hex96B96C1302A1B572339
Octal22627115423052331274371
Binary10010110101110011101100100110101010110111010111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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