#979F53

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

Shades of Green Smoke #979F53

Tints of Green Smoke #979F53

Color information

#979F53 (or 0x979F53) is unknown color: approx Green Smoke. HEX triplet: 97, 9F and 53. RGB value is (151,159,83). Sum of RGB (Red+Green+Blue) = 151+159+83=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 159 - color contains mainly: green. Hex color #979F53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979F53 is #6860AC. Grayscale: #949494. Windows color (decimal): -6840493 or 5480343. OLE color: 5480343.

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

Color convert

RGB15115983-
CMYK0.0500.480.38
HSL66.32º31.4%47.45%-
HSV(B)66.32º47.8%62.35%-
XYZ26.723212.95-
YUV147.9491.35130.18-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.42%
GREEN value IS 159 (62.5% from 255) = 40.46%
BLUE value IS 83 (32.81% from 255) = 21.12%
R=38.42%
G=40.46%
B=21.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal151159830.0500.480.3866.3231.447.45
Hex979F53503026421f2f
Octal2272371235060461023757
Binary100101111001111110100111010110000100110100001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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