#96C860

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

Shades of Olivine #96C860

Tints of Olivine #96C860

Color information

#96C860 (or 0x96C860) is unknown color: approx Olivine. HEX triplet: 96, C8 and 60. RGB value is (150,200,96). Sum of RGB (Red+Green+Blue) = 150+200+96=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 200 - color contains mainly: green. Hex color #96C860 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C860 is #69379F. Grayscale: #ADADAD. Windows color (decimal): -6895520 or 6342806. OLE color: 6342806.

HSL color Cylindrical-coordinate representation of color #96C860: hue angle of 88.85º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #96C860 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB15020096-
CMYK0.2500.520.22
HSL88.85º48.6%58.04%-
HSV(B)88.85º52%78.43%-
XYZ35.3448.6418.59-
YUV173.1984.44111.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.63%
GREEN value IS 200 (78.52% from 255) = 44.84%
BLUE value IS 96 (37.89% from 255) = 21.52%
R=33.63%
G=44.84%
B=21.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal150200960.2500.520.2288.8548.658.04
Hex96C860190341659313a
Octal22631014031064261316172
Binary10010110110010001100000110010110100101101011001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,200,96); }

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

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

 a { background-color: rgb(150,200,96); }

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

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

 span { border-color: rgb(150,200,96); }

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