#96C067

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

Shades of Olivine #96C067

Tints of Olivine #96C067

Color information

#96C067 (or 0x96C067) is unknown color: approx Olivine. HEX triplet: 96, C0 and 67. RGB value is (150,192,103). Sum of RGB (Red+Green+Blue) = 150+192+103=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 103 (40.62% from 255 or 23.15% from 445); Max value from RGB is 192 - color contains mainly: green. Hex color #96C067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C067 is #693F98. Grayscale: #A9A9A9. Windows color (decimal): -6897561 or 6799510. OLE color: 6799510.

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

Color convert

RGB150192103-
CMYK0.2200.460.25
HSL88.31º41.4%57.84%-
HSV(B)88.31º46.35%75.29%-
XYZ33.8845.1619.76-
YUV169.390.59114.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.71%
GREEN value IS 192 (75.39% from 255) = 43.15%
BLUE value IS 103 (40.62% from 255) = 23.15%
R=33.71%
G=43.15%
B=23.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501921030.2200.460.2588.3141.457.84
Hex96C0671602E1958293a
Octal22630014726056311305172
Binary10010110110000001100111101100101110110011011000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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