#96C066

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

Shades of Olivine #96C066

Tints of Olivine #96C066

Color information

#96C066 (or 0x96C066) is unknown color: approx Olivine. HEX triplet: 96, C0 and 66. RGB value is (150,192,102). Sum of RGB (Red+Green+Blue) = 150+192+102=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 102 (40.23% from 255 or 22.97% from 444); Max value from RGB is 192 - color contains mainly: green. Hex color #96C066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C066 is #693F99. Grayscale: #A9A9A9. Windows color (decimal): -6897562 or 6733974. OLE color: 6733974.

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

Color convert

RGB150192102-
CMYK0.2200.470.25
HSL88º41.67%57.65%-
HSV(B)88º46.88%75.29%-
XYZ33.8345.1419.5-
YUV169.1890.09114.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.78%
GREEN value IS 192 (75.39% from 255) = 43.24%
BLUE value IS 102 (40.23% from 255) = 22.97%
R=33.78%
G=43.24%
B=22.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501921020.2200.470.258841.6757.65
Hex96C0661602F19582a3a
Octal22630014626057311305272
Binary10010110110000001100110101100101111110011011000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,192,102); }

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

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

 a { background-color: rgb(150,192,102); }

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

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

 span { border-color: rgb(150,192,102); }

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