#969486

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

Shades of Grey Olive #969486

Tints of Grey Olive #969486

Color information

#969486 (or 0x969486) is unknown color: approx Grey Olive. HEX triplet: 96, 94 and 86. RGB value is (150,148,134). Sum of RGB (Red+Green+Blue) = 150+148+134=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 150 - color contains mainly: red. Hex color #969486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969486 is #696B79. Grayscale: #939393. Windows color (decimal): -6908794 or 8819862. OLE color: 8819862.

HSL color Cylindrical-coordinate representation of color #969486: hue angle of 52.5º 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 #969486 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB150148134-
CMYK00.010.110.41
HSL52.5º7.08%55.69%-
HSV(B)52.5º10.67%58.82%-
XYZ27.4729.3926.78-
YUV147120.66130.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.72%
GREEN value IS 148 (58.20% from 255) = 34.26%
BLUE value IS 134 (52.73% from 255) = 31.02%
R=34.72%
G=34.26%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014813400.010.110.4152.57.0855.69
Hex96948601B2935738
Octal22622420601135165770
Binary100101101001010010000110011011101001110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969486; }

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

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

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

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

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

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

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

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