#9FA75F

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

Shades of Green Smoke #9FA75F

Tints of Green Smoke #9FA75F

Color information

#9FA75F (or 0x9FA75F) is unknown color: approx Green Smoke. HEX triplet: 9F, A7 and 5F. RGB value is (159,167,95). Sum of RGB (Red+Green+Blue) = 159+167+95=421 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.77% from 421); Green value is 167 (65.62% from 255 or 39.67% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 167 - color contains mainly: green. Hex color #9FA75F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA75F is #6058A0. Grayscale: #9C9C9C. Windows color (decimal): -6314145 or 6268831. OLE color: 6268831.

HSL color Cylindrical-coordinate representation of color #9FA75F: hue angle of 66.67º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9FA75F is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB15916795-
CMYK0.0500.430.35
HSL66.67º29.03%51.37%-
HSV(B)66.67º43.11%65.49%-
XYZ30.1835.8316.15-
YUV156.493.35129.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.77%
GREEN value IS 167 (65.62% from 255) = 39.67%
BLUE value IS 95 (37.5% from 255) = 22.57%
R=37.77%
G=39.67%
B=22.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal159167950.0500.430.3566.6729.0351.37
Hex9FA75F502B23431d33
Octal2372471375053431033563
Binary100111111010011110111111010101011100011100001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,167,95); }

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

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

 a { background-color: rgb(159,167,95); }

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

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

 span { border-color: rgb(159,167,95); }

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