#96A972

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

Shades of Olivine #96A972

Tints of Olivine #96A972

Color information

#96A972 (or 0x96A972) is unknown color: approx Olivine. HEX triplet: 96, A9 and 72. RGB value is (150,169,114). Sum of RGB (Red+Green+Blue) = 150+169+114=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 169 (66.41% from 255 or 39.03% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 169 - color contains mainly: green. Hex color #96A972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A972 is #69568D. Grayscale: #9D9D9D. Windows color (decimal): -6903438 or 7514518. OLE color: 7514518.

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

Color convert

RGB150169114-
CMYK0.1100.330.34
HSL80.73º24.23%55.49%-
HSV(B)80.73º32.54%66.27%-
XYZ29.836.0721.31-
YUV157.05103.71122.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.64%
GREEN value IS 169 (66.41% from 255) = 39.03%
BLUE value IS 114 (44.92% from 255) = 26.33%
R=34.64%
G=39.03%
B=26.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1501691140.1100.330.3480.7324.2355.49
Hex96A972B02122511837
Octal22625116213041421213067
Binary1001011010101001111001010110100001100010101000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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