#979487

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

Shades of Grey Olive #979487

Tints of Grey Olive #979487

Color information

#979487 (or 0x979487) is unknown color: approx Grey Olive. HEX triplet: 97, 94 and 87. RGB value is (151,148,135). Sum of RGB (Red+Green+Blue) = 151+148+135=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 151 - color contains mainly: red. Hex color #979487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979487 is #686B78. Grayscale: #939393. Windows color (decimal): -6843257 or 8885399. OLE color: 8885399.

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

Color convert

RGB151148135-
CMYK00.020.110.41
HSL48.75º7.14%56.08%-
HSV(B)48.75º10.6%59.22%-
XYZ27.7329.5127.16-
YUV147.41120.99130.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.79%
GREEN value IS 148 (58.20% from 255) = 34.10%
BLUE value IS 135 (53.12% from 255) = 31.11%
R=34.79%
G=34.10%
B=31.11%

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
Decimal15114813500.020.110.4148.757.1456.08
Hex97948702B2931738
Octal22722420702135161770
Binary1001011110010100100001110101011101001110001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979487; }

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

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

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

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

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

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

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

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