#96CB60

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

Shades of Olivine #96CB60

Tints of Olivine #96CB60

Color information

#96CB60 (or 0x96CB60) is unknown color: approx Olivine. HEX triplet: 96, CB and 60. RGB value is (150,203,96). Sum of RGB (Red+Green+Blue) = 150+203+96=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 203 - color contains mainly: green. Hex color #96CB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CB60 is #69349F. Grayscale: #AFAFAF. Windows color (decimal): -6894752 or 6343574. OLE color: 6343574.

HSL color Cylindrical-coordinate representation of color #96CB60: hue angle of 89.72º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96CB60 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB15020396-
CMYK0.2600.530.20
HSL89.72º50.71%58.63%-
HSV(B)89.72º52.71%79.61%-
XYZ36.0450.0418.83-
YUV174.9683.44110.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.41%
GREEN value IS 203 (79.69% from 255) = 45.21%
BLUE value IS 96 (37.89% from 255) = 21.38%
R=33.41%
G=45.21%
B=21.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal150203960.2600.530.2089.7250.7158.63
Hex96CB601A035145a333b
Octal22631314032065241326373
Binary10010110110010111100000110100110101101001011010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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