#979281

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

Shades of Grey Olive #979281

Tints of Grey Olive #979281

Color information

#979281 (or 0x979281) is unknown color: approx Grey Olive. HEX triplet: 97, 92 and 81. RGB value is (151,146,129). Sum of RGB (Red+Green+Blue) = 151+146+129=426 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.45% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 151 - color contains mainly: red. Hex color #979281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979281 is #686D7E. Grayscale: #919191. Windows color (decimal): -6843775 or 8491671. OLE color: 8491671.

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

Color convert

RGB151146129-
CMYK00.030.150.41
HSL46.36º9.57%54.9%-
HSV(B)46.36º14.57%59.22%-
XYZ2728.7224.89-
YUV145.56118.66131.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.45%
GREEN value IS 146 (57.42% from 255) = 34.27%
BLUE value IS 129 (50.78% from 255) = 30.28%
R=35.45%
G=34.27%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114612900.030.150.4146.369.5754.9
Hex97928103F292ea37
Octal227222201031751561267
Binary10010111100100101000000101111111010011011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979281; }

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

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

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

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

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

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

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

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