#9FA057

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

Shades of Green Smoke #9FA057

Tints of Green Smoke #9FA057

Color information

#9FA057 (or 0x9FA057) is unknown color: approx Green Smoke. HEX triplet: 9F, A0 and 57. RGB value is (159,160,87). Sum of RGB (Red+Green+Blue) = 159+160+87=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 87 (34.38% from 255 or 21.43% from 406); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA057 is #605FA8. Grayscale: #979797. Windows color (decimal): -6315945 or 5742751. OLE color: 5742751.

HSL color Cylindrical-coordinate representation of color #9FA057: hue angle of 60.82º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9FA057 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB15916087-
CMYK0.0100.460.37
HSL60.82º29.55%48.43%-
HSV(B)60.82º45.63%62.75%-
XYZ28.5933.213.92-
YUV151.3891.67133.44-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.16%
GREEN value IS 160 (62.89% from 255) = 39.41%
BLUE value IS 87 (34.38% from 255) = 21.43%
R=39.16%
G=39.41%
B=21.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal159160870.0100.460.3760.8229.5548.43
Hex9FA057102E253d1e30
Octal237240127105645753660
Binary100111111010000010101111010111010010111110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,160,87); }

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

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

 a { background-color: rgb(159,160,87); }

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

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

 span { border-color: rgb(159,160,87); }

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