#9FA461

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

Shades of Green Smoke #9FA461

Tints of Green Smoke #9FA461

Color information

#9FA461 (or 0x9FA461) is unknown color: approx Green Smoke. HEX triplet: 9F, A4 and 61. RGB value is (159,164,97). Sum of RGB (Red+Green+Blue) = 159+164+97=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA461 is #605B9E. Grayscale: #9B9B9B. Windows color (decimal): -6314911 or 6399135. OLE color: 6399135.

HSL color Cylindrical-coordinate representation of color #9FA461: hue angle of 64.48º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9FA461 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB15916497-
CMYK0.0300.410.36
HSL64.48º26.91%51.18%-
HSV(B)64.48º40.85%64.31%-
XYZ29.7334.7816.46-
YUV154.8795.34130.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.86%
GREEN value IS 164 (64.45% from 255) = 39.05%
BLUE value IS 97 (38.28% from 255) = 23.10%
R=37.86%
G=39.05%
B=23.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal159164970.0300.410.3664.4826.9151.18
Hex9FA461302924401b33
Octal2372441413051441003363
Binary10011111101001001100001110101001100100100000011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FA461; }

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

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

<style>
 a { background-color: #9FA461; }

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

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

<style>
 span { border-color: #9FA461; }

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

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