#9FA958

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

Shades of Green Smoke #9FA958

Tints of Green Smoke #9FA958

Color information

#9FA958 (or 0x9FA958) is unknown color: approx Green Smoke. HEX triplet: 9F, A9 and 58. RGB value is (159,169,88). Sum of RGB (Red+Green+Blue) = 159+169+88=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 169 (66.41% from 255 or 40.62% from 416); Blue value is 88 (34.77% from 255 or 21.15% from 416); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA958 is #6056A7. Grayscale: #9D9D9D. Windows color (decimal): -6313640 or 5810591. OLE color: 5810591.

HSL color Cylindrical-coordinate representation of color #9FA958: hue angle of 67.41º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9FA958 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB15916988-
CMYK0.0600.480.34
HSL67.41º32.02%50.39%-
HSV(B)67.41º47.93%66.27%-
XYZ30.2536.4514.67-
YUV156.7889.19129.59-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.22%
GREEN value IS 169 (66.41% from 255) = 40.62%
BLUE value IS 88 (34.77% from 255) = 21.15%
R=38.22%
G=40.62%
B=21.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal159169880.0600.480.3467.4132.0250.39
Hex9FA958603022432032
Octal2372511306060421034062
Binary1001111110101001101100011001100001000101000011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,169,88); }

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

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

 a { background-color: rgb(159,169,88); }

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

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

 span { border-color: rgb(159,169,88); }

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