#99AA6B

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

Shades of Green Smoke #99AA6B

Tints of Green Smoke #99AA6B

Color information

#99AA6B (or 0x99AA6B) is unknown color: approx Green Smoke. HEX triplet: 99, AA and 6B. RGB value is (153,170,107). Sum of RGB (Red+Green+Blue) = 153+170+107=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AA6B is #665594. Grayscale: #9D9D9D. Windows color (decimal): -6706581 or 7056025. OLE color: 7056025.

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

Color convert

RGB153170107-
CMYK0.100.370.33
HSL76.19º27.04%54.31%-
HSV(B)76.19º37.06%66.67%-
XYZ30.1736.5819.38-
YUV157.7399.37124.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.58%
GREEN value IS 170 (66.80% from 255) = 39.53%
BLUE value IS 107 (42.19% from 255) = 24.88%
R=35.58%
G=39.53%
B=24.88%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531701070.100.370.3376.1927.0454.31
Hex99AA6BA025214c1b36
Octal23125215312045411143366
Binary1001100110101010110101110100100101100001100110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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