#96BB60

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

Shades of Olivine #96BB60

Tints of Olivine #96BB60

Color information

#96BB60 (or 0x96BB60) is unknown color: approx Olivine. HEX triplet: 96, BB and 60. RGB value is (150,187,96). Sum of RGB (Red+Green+Blue) = 150+187+96=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BB60 is #69449F. Grayscale: #A5A5A5. Windows color (decimal): -6898848 or 6339478. OLE color: 6339478.

HSL color Cylindrical-coordinate representation of color #96BB60: hue angle of 84.4º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96BB60 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB15018796-
CMYK0.2000.490.27
HSL84.4º40.09%55.49%-
HSV(B)84.4º48.66%73.33%-
XYZ32.4642.8717.63-
YUV165.5688.74116.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.64%
GREEN value IS 187 (73.44% from 255) = 43.19%
BLUE value IS 96 (37.89% from 255) = 22.17%
R=34.64%
G=43.19%
B=22.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150187960.2000.490.2784.440.0955.49
Hex96BB60140311B542837
Octal22627314024061331245067
Binary10010110101110111100000101000110001110111010100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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