#99A76D

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

Shades of Green Smoke #99A76D

Tints of Green Smoke #99A76D

Color information

#99A76D (or 0x99A76D) is unknown color: approx Green Smoke. HEX triplet: 99, A7 and 6D. RGB value is (153,167,109). Sum of RGB (Red+Green+Blue) = 153+167+109=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 167 - color contains mainly: green. Hex color #99A76D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A76D is #665892. Grayscale: #9C9C9C. Windows color (decimal): -6707347 or 7186329. OLE color: 7186329.

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

Color convert

RGB153167109-
CMYK0.0800.350.35
HSL74.48º24.79%54.12%-
HSV(B)74.48º34.73%65.49%-
XYZ29.7235.5119.76-
YUV156.2101.36125.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.66%
GREEN value IS 167 (65.62% from 255) = 38.93%
BLUE value IS 109 (42.97% from 255) = 25.41%
R=35.66%
G=38.93%
B=25.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1531671090.0800.350.3574.4824.7954.12
Hex99A76D8023234a1936
Octal23124715510043431123166
Binary1001100110100111110110110000100011100011100101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,167,109); }

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

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

 a { background-color: rgb(153,167,109); }

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

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

 span { border-color: rgb(153,167,109); }

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