#979483

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

Shades of Grey Olive #979483

Tints of Grey Olive #979483

Color information

#979483 (or 0x979483) is unknown color: approx Grey Olive. HEX triplet: 97, 94 and 83. RGB value is (151,148,131). Sum of RGB (Red+Green+Blue) = 151+148+131=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 151 - color contains mainly: red. Hex color #979483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979483 is #686B7C. Grayscale: #939393. Windows color (decimal): -6843261 or 8623255. OLE color: 8623255.

HSL color Cylindrical-coordinate representation of color #979483: hue angle of 51º degrees, saturation: 0.09, 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 #979483 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB151148131-
CMYK00.020.130.41
HSL51º8.77%55.29%-
HSV(B)51º13.25%59.22%-
XYZ27.4529.425.7-
YUV146.96118.99130.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.12%
GREEN value IS 148 (58.20% from 255) = 34.42%
BLUE value IS 131 (51.56% from 255) = 30.47%
R=35.12%
G=34.42%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114813100.020.130.41518.7755.29
Hex97948302D2933937
Octal227224203021551631167
Binary10010111100101001000001101011011010011100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979483; }

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

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

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

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

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

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

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

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