#96AF6C

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

Shades of Olivine #96AF6C

Tints of Olivine #96AF6C

Color information

#96AF6C (or 0x96AF6C) is unknown color: approx Olivine. HEX triplet: 96, AF and 6C. RGB value is (150,175,108). Sum of RGB (Red+Green+Blue) = 150+175+108=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AF6C is #695093. Grayscale: #A0A0A0. Windows color (decimal): -6901908 or 7122838. OLE color: 7122838.

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

Color convert

RGB150175108-
CMYK0.1400.380.31
HSL82.39º29.52%55.49%-
HSV(B)82.39º38.29%68.63%-
XYZ30.6138.2319.95-
YUV159.8998.72120.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.64%
GREEN value IS 175 (68.75% from 255) = 40.42%
BLUE value IS 108 (42.58% from 255) = 24.94%
R=34.64%
G=40.42%
B=24.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501751080.1400.380.3182.3929.5255.49
Hex96AF6CE0261F521e37
Octal22625715416046371223667
Binary100101101010111111011001110010011011111101001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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