#9AAA6E

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

Shades of Green Smoke #9AAA6E

Tints of Green Smoke #9AAA6E

Color information

#9AAA6E (or 0x9AAA6E) is unknown color: approx Green Smoke. HEX triplet: 9A, AA and 6E. RGB value is (154,170,110). Sum of RGB (Red+Green+Blue) = 154+170+110=434 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.48% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAA6E is #655591. Grayscale: #9E9E9E. Windows color (decimal): -6641042 or 7252634. OLE color: 7252634.

HSL color Cylindrical-coordinate representation of color #9AAA6E: hue angle of 76º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AAA6E is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB154170110-
CMYK0.0900.350.33
HSL76º26.09%54.9%-
HSV(B)76º35.29%66.67%-
XYZ30.5236.7520.24-
YUV158.38100.7124.88-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.48%
GREEN value IS 170 (66.80% from 255) = 39.17%
BLUE value IS 110 (43.36% from 255) = 25.35%
R=35.48%
G=39.17%
B=25.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541701100.0900.350.337626.0954.9
Hex9AAA6E9023214c1a37
Octal23225215611043411143267
Binary1001101010101010110111010010100011100001100110011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,170,110); }

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

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

 a { background-color: rgb(154,170,110); }

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

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

 span { border-color: rgb(154,170,110); }

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