#979384

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

Shades of Grey Olive #979384

Tints of Grey Olive #979384

Color information

#979384 (or 0x979384) is unknown color: approx Grey Olive. HEX triplet: 97, 93 and 84. RGB value is (151,147,132). Sum of RGB (Red+Green+Blue) = 151+147+132=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 151 - color contains mainly: red. Hex color #979384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979384 is #686C7B. Grayscale: #929292. Windows color (decimal): -6843516 or 8688535. OLE color: 8688535.

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

Color convert

RGB151147132-
CMYK00.030.130.41
HSL47.37º8.37%55.49%-
HSV(B)47.37º12.58%59.22%-
XYZ27.3629.1126.01-
YUV146.49119.83131.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.12%
GREEN value IS 147 (57.81% from 255) = 34.19%
BLUE value IS 132 (51.95% from 255) = 30.70%
R=35.12%
G=34.19%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114713200.030.130.4147.378.3755.49
Hex97938403D292f837
Octal227223204031551571067
Binary10010111100100111000010001111011010011011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979384; }

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

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

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

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

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

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

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

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