#969386

Color #969386 Grey Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Olive #969386

Tints of Grey Olive #969386

Color information

#969386 (or 0x969386) is unknown color: approx Grey Olive. HEX triplet: 96, 93 and 86. RGB value is (150,147,134). Sum of RGB (Red+Green+Blue) = 150+147+134=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 150 - color contains mainly: red. Hex color #969386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969386 is #696C79. Grayscale: #929292. Windows color (decimal): -6909050 or 8819606. OLE color: 8819606.

HSL color Cylindrical-coordinate representation of color #969386: hue angle of 48.75º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #969386 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB150147134-
CMYK00.020.110.41
HSL48.75º7.08%55.69%-
HSV(B)48.75º10.67%58.82%-
XYZ27.3129.0726.73-
YUV146.42120.99130.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.80%
GREEN value IS 147 (57.81% from 255) = 34.11%
BLUE value IS 134 (52.73% from 255) = 31.09%
R=34.80%
G=34.11%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014713400.020.110.4148.757.0855.69
Hex96938602B2931738
Octal22622320602135161770
Binary1001011010010011100001100101011101001110001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969386; }

 p { color: rgb(150,147,134); }

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

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

 a { background-color: rgb(150,147,134); }

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

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

 span { border-color: rgb(150,147,134); }

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