#96C56C

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

Shades of Olivine #96C56C

Tints of Olivine #96C56C

Color information

#96C56C (or 0x96C56C) is unknown color: approx Olivine. HEX triplet: 96, C5 and 6C. RGB value is (150,197,108). Sum of RGB (Red+Green+Blue) = 150+197+108=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 197 - color contains mainly: green. Hex color #96C56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C56C is #693A93. Grayscale: #ADADAD. Windows color (decimal): -6896276 or 7128470. OLE color: 7128470.

HSL color Cylindrical-coordinate representation of color #96C56C: hue angle of 91.69º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #96C56C is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB150197108-
CMYK0.2400.450.23
HSL91.69º43.41%59.8%-
HSV(B)91.69º45.18%77.25%-
XYZ35.2547.521.5-
YUV172.891.43111.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.97%
GREEN value IS 197 (77.34% from 255) = 43.30%
BLUE value IS 108 (42.58% from 255) = 23.74%
R=32.97%
G=43.30%
B=23.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1501971080.2400.450.2391.6943.4159.8
Hex96C56C1802D175c2b3c
Octal22630515430055271345374
Binary10010110110001011101100110000101101101111011100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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