#96B463

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

Shades of Olivine #96B463

Tints of Olivine #96B463

Color information

#96B463 (or 0x96B463) is unknown color: approx Olivine. HEX triplet: 96, B4 and 63. RGB value is (150,180,99). Sum of RGB (Red+Green+Blue) = 150+180+99=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 180 - color contains mainly: green. Hex color #96B463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B463 is #694B9C. Grayscale: #A2A2A2. Windows color (decimal): -6900637 or 6534294. OLE color: 6534294.

HSL color Cylindrical-coordinate representation of color #96B463: hue angle of 82.22º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #96B463 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB15018099-
CMYK0.1700.450.29
HSL82.22º35.06%54.71%-
HSV(B)82.22º45%70.59%-
XYZ31.1540.0317.89-
YUV161.892.56119.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.97%
GREEN value IS 180 (70.70% from 255) = 41.96%
BLUE value IS 99 (39.06% from 255) = 23.08%
R=34.97%
G=41.96%
B=23.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal150180990.1700.450.2982.2235.0654.71
Hex96B4631102D1D522337
Octal22626414321055351224367
Binary10010110101101001100011100010101101111011010010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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