#96AF82

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

Shades of Olivine #96AF82

Tints of Olivine #96AF82

Color information

#96AF82 (or 0x96AF82) is unknown color: approx Olivine. HEX triplet: 96, AF and 82. RGB value is (150,175,130). Sum of RGB (Red+Green+Blue) = 150+175+130=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AF82 is #69507D. Grayscale: #A2A2A2. Windows color (decimal): -6901886 or 8564630. OLE color: 8564630.

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

Color convert

RGB150175130-
CMYK0.1400.260.31
HSL93.33º21.95%59.8%-
HSV(B)93.33º25.71%68.63%-
XYZ31.9438.7626.92-
YUV162.39109.72119.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.97%
GREEN value IS 175 (68.75% from 255) = 38.46%
BLUE value IS 130 (51.17% from 255) = 28.57%
R=32.97%
G=38.46%
B=28.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501751300.1400.260.3193.3321.9559.8
Hex96AF82E01A1F5d163c
Octal22625720216032371352674
Binary100101101010111110000010111001101011111101110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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