#979F5A

Color #979F5A Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #979F5A

Tints of Green Smoke #979F5A

Color information

#979F5A (or 0x979F5A) is unknown color: approx Green Smoke. HEX triplet: 97, 9F and 5A. RGB value is (151,159,90). Sum of RGB (Red+Green+Blue) = 151+159+90=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 159 - color contains mainly: green. Hex color #979F5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979F5A is #6860A5. Grayscale: #959595. Windows color (decimal): -6840486 or 5939095. OLE color: 5939095.

HSL color Cylindrical-coordinate representation of color #979F5A: hue angle of 66.96º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #979F5A is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB15115990-
CMYK0.0500.430.38
HSL66.96º27.71%48.82%-
HSV(B)66.96º43.4%62.35%-
XYZ27.0132.1114.45-
YUV148.7494.85129.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.75%
GREEN value IS 159 (62.5% from 255) = 39.75%
BLUE value IS 90 (35.55% from 255) = 22.5%
R=37.75%
G=39.75%
B=22.5%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal151159900.0500.430.3866.9627.7148.82
Hex979F5A502B26431c31
Octal2272371325053461033461
Binary100101111001111110110101010101011100110100001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979F5A; }

 p { color: rgb(151,159,90); }

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

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

 a { background-color: rgb(151,159,90); }

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

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

 span { border-color: rgb(151,159,90); }

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