#979F55

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

Shades of Green Smoke #979F55

Tints of Green Smoke #979F55

Color information

#979F55 (or 0x979F55) is unknown color: approx Green Smoke. HEX triplet: 97, 9F and 55. RGB value is (151,159,85). Sum of RGB (Red+Green+Blue) = 151+159+85=395 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.23% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 159 - color contains mainly: green. Hex color #979F55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979F55 is #6860AA. Grayscale: #949494. Windows color (decimal): -6840491 or 5611415. OLE color: 5611415.

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

Color convert

RGB15115985-
CMYK0.0500.470.38
HSL66.49º30.33%47.84%-
HSV(B)66.49º46.54%62.35%-
XYZ26.832.0313.36-
YUV148.1792.35130.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.23%
GREEN value IS 159 (62.5% from 255) = 40.25%
BLUE value IS 85 (33.59% from 255) = 21.52%
R=38.23%
G=40.25%
B=21.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal151159850.0500.470.3866.4930.3347.84
Hex979F55502F26421e30
Octal2272371255057461023660
Binary100101111001111110101011010101111100110100001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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