#99A66A

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

Shades of Green Smoke #99A66A

Tints of Green Smoke #99A66A

Color information

#99A66A (or 0x99A66A) is unknown color: approx Green Smoke. HEX triplet: 99, A6 and 6A. RGB value is (153,166,106). Sum of RGB (Red+Green+Blue) = 153+166+106=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 166 - color contains mainly: green. Hex color #99A66A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A66A is #665995. Grayscale: #9B9B9B. Windows color (decimal): -6707606 or 6989465. OLE color: 6989465.

HSL color Cylindrical-coordinate representation of color #99A66A: hue angle of 73º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99A66A is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB153166106-
CMYK0.0800.360.35
HSL73º25.21%53.33%-
HSV(B)73º36.14%65.1%-
XYZ29.3735.0918.86-
YUV155.27100.19126.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36%
GREEN value IS 166 (65.23% from 255) = 39.06%
BLUE value IS 106 (41.80% from 255) = 24.94%
R=36%
G=39.06%
B=24.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1531661060.0800.360.357325.2153.33
Hex99A66A802423491935
Octal23124615210044431113165
Binary1001100110100110110101010000100100100011100100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,166,106); }

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

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

 a { background-color: rgb(153,166,106); }

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

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

 span { border-color: rgb(153,166,106); }

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