#979C5A

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

Shades of Green Smoke #979C5A

Tints of Green Smoke #979C5A

Color information

#979C5A (or 0x979C5A) is unknown color: approx Green Smoke. HEX triplet: 97, 9C and 5A. RGB value is (151,156,90). Sum of RGB (Red+Green+Blue) = 151+156+90=397 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.04% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 156 - color contains mainly: green. Hex color #979C5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979C5A is #6863A5. Grayscale: #939393. Windows color (decimal): -6841254 or 5938327. OLE color: 5938327.

HSL color Cylindrical-coordinate representation of color #979C5A: hue angle of 64.55º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #979C5A is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB15115690-
CMYK0.0300.420.39
HSL64.55º26.83%48.24%-
HSV(B)64.55º42.31%61.18%-
XYZ26.531.0914.28-
YUV146.9895.84130.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.04%
GREEN value IS 156 (61.33% from 255) = 39.29%
BLUE value IS 90 (35.55% from 255) = 22.67%
R=38.04%
G=39.29%
B=22.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151156900.0300.420.3964.5526.8348.24
Hex979C5A302A27411b30
Octal2272341323052471013360
Binary10010111100111001011010110101010100111100000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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