#989F61

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

Shades of Green Smoke #989F61

Tints of Green Smoke #989F61

Color information

#989F61 (or 0x989F61) is unknown color: approx Green Smoke. HEX triplet: 98, 9F and 61. RGB value is (152,159,97). Sum of RGB (Red+Green+Blue) = 152+159+97=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 97 (38.28% from 255 or 23.77% from 408); Max value from RGB is 159 - color contains mainly: green. Hex color #989F61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989F61 is #67609E. Grayscale: #969696. Windows color (decimal): -6774943 or 6397848. OLE color: 6397848.

HSL color Cylindrical-coordinate representation of color #989F61: hue angle of 66.77º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #989F61 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB15215997-
CMYK0.0400.390.38
HSL66.77º24.41%50.2%-
HSV(B)66.77º38.99%62.35%-
XYZ27.532.3316.1-
YUV149.8498.18129.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.25%
GREEN value IS 159 (62.5% from 255) = 38.97%
BLUE value IS 97 (38.28% from 255) = 23.77%
R=37.25%
G=38.97%
B=23.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal152159970.0400.390.3866.7724.4150.2
Hex989F61402726431832
Octal2302371414047461033062
Binary100110001001111111000011000100111100110100001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989F61; }

 p { color: rgb(152,159,97); }

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

<style>
 a { background-color: #989F61; }

 a { background-color: rgb(152,159,97); }

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

<style>
 span { border-color: #989F61; }

 span { border-color: rgb(152,159,97); }

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