#96AF80

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

Shades of Olivine #96AF80

Tints of Olivine #96AF80

Color information

#96AF80 (or 0x96AF80) is unknown color: approx Olivine. HEX triplet: 96, AF and 80. RGB value is (150,175,128). Sum of RGB (Red+Green+Blue) = 150+175+128=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AF80 is #69507F. Grayscale: #A2A2A2. Windows color (decimal): -6901888 or 8433558. OLE color: 8433558.

HSL color Cylindrical-coordinate representation of color #96AF80: hue angle of 91.91º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96AF80 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB150175128-
CMYK0.1400.270.31
HSL91.91º22.71%59.41%-
HSV(B)91.91º26.86%68.63%-
XYZ31.838.726.22-
YUV162.17108.72119.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.11%
GREEN value IS 175 (68.75% from 255) = 38.63%
BLUE value IS 128 (50.39% from 255) = 28.26%
R=33.11%
G=38.63%
B=28.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501751280.1400.270.3191.9122.7159.41
Hex96AF80E01B1F5c173b
Octal22625720016033371342773
Binary100101101010111110000000111001101111111101110010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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