#96A87C

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

Shades of Olivine #96A87C

Tints of Olivine #96A87C

Color information

#96A87C (or 0x96A87C) is unknown color: approx Olivine. HEX triplet: 96, A8 and 7C. RGB value is (150,168,124). Sum of RGB (Red+Green+Blue) = 150+168+124=442 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.94% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 168 - color contains mainly: green. Hex color #96A87C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A87C is #695783. Grayscale: #9D9D9D. Windows color (decimal): -6903684 or 8169622. OLE color: 8169622.

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

Color convert

RGB150168124-
CMYK0.1100.260.34
HSL84.55º20.18%57.25%-
HSV(B)84.55º26.19%65.88%-
XYZ30.2235.9424.41-
YUV157.6109.04122.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.94%
GREEN value IS 168 (66.02% from 255) = 38.01%
BLUE value IS 124 (48.83% from 255) = 28.05%
R=33.94%
G=38.01%
B=28.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1501681240.1100.260.3484.5520.1857.25
Hex96A87CB01A22551439
Octal22625017413032421252471
Binary100101101010100011111001011011010100010101010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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