#96C663

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

Shades of Olivine #96C663

Tints of Olivine #96C663

Color information

#96C663 (or 0x96C663) is unknown color: approx Olivine. HEX triplet: 96, C6 and 63. RGB value is (150,198,99). Sum of RGB (Red+Green+Blue) = 150+198+99=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 198 (77.73% from 255 or 44.30% from 447); Blue value is 99 (39.06% from 255 or 22.15% from 447); Max value from RGB is 198 - color contains mainly: green. Hex color #96C663 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C663 is #69399C. Grayscale: #ACACAC. Windows color (decimal): -6896029 or 6538902. OLE color: 6538902.

HSL color Cylindrical-coordinate representation of color #96C663: hue angle of 89.09º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96C663 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB15019899-
CMYK0.2400.500.22
HSL89.09º46.48%58.24%-
HSV(B)89.09º50%77.65%-
XYZ35.0247.7719.18-
YUV172.3686.6112.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.56%
GREEN value IS 198 (77.73% from 255) = 44.30%
BLUE value IS 99 (39.06% from 255) = 22.15%
R=33.56%
G=44.30%
B=22.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal150198990.2400.500.2289.0946.4858.24
Hex96C6631803216592e3a
Octal22630614330062261315672
Binary10010110110001101100011110000110010101101011001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,198,99); }

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

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

 a { background-color: rgb(150,198,99); }

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

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

 span { border-color: rgb(150,198,99); }

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