#96A97C

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

Shades of Olivine #96A97C

Tints of Olivine #96A97C

Color information

#96A97C (or 0x96A97C) is unknown color: approx Olivine. HEX triplet: 96, A9 and 7C. RGB value is (150,169,124). Sum of RGB (Red+Green+Blue) = 150+169+124=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 169 - color contains mainly: green. Hex color #96A97C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A97C is #695683. Grayscale: #9E9E9E. Windows color (decimal): -6903428 or 8169878. OLE color: 8169878.

HSL color Cylindrical-coordinate representation of color #96A97C: hue angle of 85.33º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96A97C is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB150169124-
CMYK0.1100.270.34
HSL85.33º20.74%57.45%-
HSV(B)85.33º26.63%66.27%-
XYZ30.436.3224.48-
YUV158.19108.71122.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.86%
GREEN value IS 169 (66.41% from 255) = 38.15%
BLUE value IS 124 (48.83% from 255) = 27.99%
R=33.86%
G=38.15%
B=27.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1501691240.1100.270.3485.3320.7457.45
Hex96A97CB01B22551539
Octal22625117413033421252571
Binary100101101010100111111001011011011100010101010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,169,124); }

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

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

 a { background-color: rgb(150,169,124); }

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

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

 span { border-color: rgb(150,169,124); }

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