#99AA6C

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

Shades of Green Smoke #99AA6C

Tints of Green Smoke #99AA6C

Color information

#99AA6C (or 0x99AA6C) is unknown color: approx Green Smoke. HEX triplet: 99, AA and 6C. RGB value is (153,170,108). Sum of RGB (Red+Green+Blue) = 153+170+108=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AA6C is #665593. Grayscale: #9E9E9E. Windows color (decimal): -6706580 or 7121561. OLE color: 7121561.

HSL color Cylindrical-coordinate representation of color #99AA6C: hue angle of 76.45º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99AA6C is Cyan = 0.1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB153170108-
CMYK0.100.360.33
HSL76.45º26.72%54.51%-
HSV(B)76.45º36.47%66.67%-
XYZ30.2236.619.66-
YUV157.8599.87124.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.50%
GREEN value IS 170 (66.80% from 255) = 39.44%
BLUE value IS 108 (42.58% from 255) = 25.06%
R=35.50%
G=39.44%
B=25.06%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531701080.100.360.3376.4526.7254.51
Hex99AA6CA024214c1b37
Octal23125215412044411143367
Binary1001100110101010110110010100100100100001100110011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99AA6C; }

 p { color: rgb(153,170,108); }

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

<style>
 a { background-color: #99AA6C; }

 a { background-color: rgb(153,170,108); }

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

<style>
 span { border-color: #99AA6C; }

 span { border-color: rgb(153,170,108); }

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