#96CC65

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

Shades of Olivine #96CC65

Tints of Olivine #96CC65

Color information

#96CC65 (or 0x96CC65) is unknown color: approx Olivine. HEX triplet: 96, CC and 65. RGB value is (150,204,101). Sum of RGB (Red+Green+Blue) = 150+204+101=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CC65 is #69339A. Grayscale: #B0B0B0. Windows color (decimal): -6894491 or 6671510. OLE color: 6671510.

HSL color Cylindrical-coordinate representation of color #96CC65: hue angle of 91.46º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96CC65 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB150204101-
CMYK0.2600.500.2
HSL91.46º50.24%59.8%-
HSV(B)91.46º50.49%80%-
XYZ36.5250.6120.16-
YUV176.1185.61109.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.97%
GREEN value IS 204 (80.08% from 255) = 44.84%
BLUE value IS 101 (39.84% from 255) = 22.20%
R=32.97%
G=44.84%
B=22.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1502041010.2600.500.291.4650.2459.8
Hex96CC651A032145b323c
Octal22631414532062241336274
Binary10010110110011001100101110100110010101001011011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,204,101); }

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

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

 a { background-color: rgb(150,204,101); }

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

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

 span { border-color: rgb(150,204,101); }

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