#979481

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

Shades of Grey Olive #979481

Tints of Grey Olive #979481

Color information

#979481 (or 0x979481) is unknown color: approx Grey Olive. HEX triplet: 97, 94 and 81. RGB value is (151,148,129). Sum of RGB (Red+Green+Blue) = 151+148+129=428 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.28% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 151 - color contains mainly: red. Hex color #979481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979481 is #686B7E. Grayscale: #929292. Windows color (decimal): -6843263 or 8492183. OLE color: 8492183.

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

Color convert

RGB151148129-
CMYK00.020.150.41
HSL51.82º9.57%54.9%-
HSV(B)51.82º14.57%59.22%-
XYZ27.3129.3424.99-
YUV146.73117.99131.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.28%
GREEN value IS 148 (58.20% from 255) = 34.58%
BLUE value IS 129 (50.78% from 255) = 30.14%
R=35.28%
G=34.58%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114812900.020.150.4151.829.5754.9
Hex97948102F2934a37
Octal227224201021751641267
Binary10010111100101001000000101011111010011101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979481; }

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

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

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

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

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

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

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

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