#979380

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

Shades of Grey Olive #979380

Tints of Grey Olive #979380

Color information

#979380 (or 0x979380) is unknown color: approx Grey Olive. HEX triplet: 97, 93 and 80. RGB value is (151,147,128). Sum of RGB (Red+Green+Blue) = 151+147+128=426 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.45% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 151 - color contains mainly: red. Hex color #979380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979380 is #686C7F. Grayscale: #929292. Windows color (decimal): -6843520 or 8426391. OLE color: 8426391.

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

Color convert

RGB151147128-
CMYK00.030.150.41
HSL49.57º9.96%54.71%-
HSV(B)49.57º15.23%59.22%-
XYZ27.0929.0124.59-
YUV146.03117.83131.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.45%
GREEN value IS 147 (57.81% from 255) = 34.51%
BLUE value IS 128 (50.39% from 255) = 30.05%
R=35.45%
G=34.51%
B=30.05%

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
Decimal15114712800.030.150.4149.579.9654.71
Hex97938003F2932a37
Octal227223200031751621267
Binary10010111100100111000000001111111010011100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979380; }

 p { color: rgb(151,147,128); }

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

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

 a { background-color: rgb(151,147,128); }

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

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

 span { border-color: rgb(151,147,128); }

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