#979F52

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

Shades of Green Smoke #979F52

Tints of Green Smoke #979F52

Color information

#979F52 (or 0x979F52) is unknown color: approx Green Smoke. HEX triplet: 97, 9F and 52. RGB value is (151,159,82). Sum of RGB (Red+Green+Blue) = 151+159+82=392 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.52% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 82 (32.42% from 255 or 20.92% from 392); Max value from RGB is 159 - color contains mainly: green. Hex color #979F52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979F52 is #6860AD. Grayscale: #949494. Windows color (decimal): -6840494 or 5414807. OLE color: 5414807.

HSL color Cylindrical-coordinate representation of color #979F52: hue angle of 66.23º degrees, saturation: 0.32, 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 #979F52 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB15115982-
CMYK0.0500.480.38
HSL66.23º31.95%47.25%-
HSV(B)66.23º48.43%62.35%-
XYZ26.6831.9812.75-
YUV147.8390.85130.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.52%
GREEN value IS 159 (62.5% from 255) = 40.56%
BLUE value IS 82 (32.42% from 255) = 20.92%
R=38.52%
G=40.56%
B=20.92%

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
Decimal151159820.0500.480.3866.2331.9547.25
Hex979F5250302642202f
Octal2272371225060461024057
Binary1001011110011111101001010101100001001101000010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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