#969487

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

Shades of Grey Olive #969487

Tints of Grey Olive #969487

Color information

#969487 (or 0x969487) is unknown color: approx Grey Olive. HEX triplet: 96, 94 and 87. RGB value is (150,148,135). Sum of RGB (Red+Green+Blue) = 150+148+135=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 150 - color contains mainly: red. Hex color #969487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969487 is #696B78. Grayscale: #939393. Windows color (decimal): -6908793 or 8885398. OLE color: 8885398.

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

Color convert

RGB150148135-
CMYK00.010.10.41
HSL52º6.67%55.88%-
HSV(B)52º10%58.82%-
XYZ27.5429.4127.15-
YUV147.12121.16130.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.64%
GREEN value IS 148 (58.20% from 255) = 34.18%
BLUE value IS 135 (53.12% from 255) = 31.18%
R=34.64%
G=34.18%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014813500.010.10.41526.6755.88
Hex96948701A2934738
Octal22622420701125164770
Binary100101101001010010000111011010101001110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969487; }

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

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

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

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

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

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

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

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