#9FA75A

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

Shades of Green Smoke #9FA75A

Tints of Green Smoke #9FA75A

Color information

#9FA75A (or 0x9FA75A) is unknown color: approx Green Smoke. HEX triplet: 9F, A7 and 5A. RGB value is (159,167,90). Sum of RGB (Red+Green+Blue) = 159+167+90=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 167 (65.62% from 255 or 40.14% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 167 - color contains mainly: green. Hex color #9FA75A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA75A is #6058A5. Grayscale: #9C9C9C. Windows color (decimal): -6314150 or 5941151. OLE color: 5941151.

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

Color convert

RGB15916790-
CMYK0.0500.460.35
HSL66.23º30.43%50.39%-
HSV(B)66.23º46.11%65.49%-
XYZ29.9635.7514.99-
YUV155.8390.85130.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.22%
GREEN value IS 167 (65.62% from 255) = 40.14%
BLUE value IS 90 (35.55% from 255) = 21.63%
R=38.22%
G=40.14%
B=21.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal159167900.0500.460.3566.2330.4350.39
Hex9FA75A502E23421e32
Octal2372471325056431023662
Binary100111111010011110110101010101110100011100001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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