#9FAA69

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

Shades of Green Smoke #9FAA69

Tints of Green Smoke #9FAA69

Color information

#9FAA69 (or 0x9FAA69) is unknown color: approx Green Smoke. HEX triplet: 9F, AA and 69. RGB value is (159,170,105). Sum of RGB (Red+Green+Blue) = 159+170+105=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 105 (41.41% from 255 or 24.19% from 434); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAA69 is #605596. Grayscale: #9F9F9F. Windows color (decimal): -6313367 or 6924959. OLE color: 6924959.

HSL color Cylindrical-coordinate representation of color #9FAA69: hue angle of 70.15º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FAA69 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB159170105-
CMYK0.0600.380.33
HSL70.15º27.66%53.92%-
HSV(B)70.15º38.24%66.67%-
XYZ31.2237.1418.89-
YUV159.397.36127.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.64%
GREEN value IS 170 (66.80% from 255) = 39.17%
BLUE value IS 105 (41.41% from 255) = 24.19%
R=36.64%
G=39.17%
B=24.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591701050.0600.380.3370.1527.6653.92
Hex9FAA69602621461c36
Octal2372521516046411063466
Binary100111111010101011010011100100110100001100011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,170,105); }

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

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

 a { background-color: rgb(159,170,105); }

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

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

 span { border-color: rgb(159,170,105); }

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