#979F66

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

Shades of Green Smoke #979F66

Tints of Green Smoke #979F66

Color information

#979F66 (or 0x979F66) is unknown color: approx Green Smoke. HEX triplet: 97, 9F and 66. RGB value is (151,159,102). Sum of RGB (Red+Green+Blue) = 151+159+102=412 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.65% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 159 - color contains mainly: green. Hex color #979F66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979F66 is #686099. Grayscale: #969696. Windows color (decimal): -6840474 or 6725527. OLE color: 6725527.

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

Color convert

RGB151159102-
CMYK0.0500.360.38
HSL68.42º22.89%51.18%-
HSV(B)68.42º35.85%62.35%-
XYZ27.5632.3317.36-
YUV150.11100.85128.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.65%
GREEN value IS 159 (62.5% from 255) = 38.59%
BLUE value IS 102 (40.23% from 255) = 24.76%
R=36.65%
G=38.59%
B=24.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1511591020.0500.360.3868.4222.8951.18
Hex979F66502426441733
Octal2272371465044461042763
Binary100101111001111111001101010100100100110100010010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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