#96AB80

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

Shades of Olivine #96AB80

Tints of Olivine #96AB80

Color information

#96AB80 (or 0x96AB80) is unknown color: approx Olivine. HEX triplet: 96, AB and 80. RGB value is (150,171,128). Sum of RGB (Red+Green+Blue) = 150+171+128=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AB80 is #69547F. Grayscale: #9F9F9F. Windows color (decimal): -6902912 or 8432534. OLE color: 8432534.

HSL color Cylindrical-coordinate representation of color #96AB80: hue angle of 89.3º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96AB80 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB150171128-
CMYK0.1200.250.33
HSL89.3º20.38%58.63%-
HSV(B)89.3º25.15%67.06%-
XYZ31.0437.1725.96-
YUV159.82110.04121-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.41%
GREEN value IS 171 (67.19% from 255) = 38.08%
BLUE value IS 128 (50.39% from 255) = 28.51%
R=33.41%
G=38.08%
B=28.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501711280.1200.250.3389.320.3858.63
Hex96AB80C0192159143b
Octal22625320014031411312473
Binary1001011010101011100000001100011001100001101100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,171,128); }

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

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

 a { background-color: rgb(150,171,128); }

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

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

 span { border-color: rgb(150,171,128); }

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