#99A76C

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

Shades of Green Smoke #99A76C

Tints of Green Smoke #99A76C

Color information

#99A76C (or 0x99A76C) is unknown color: approx Green Smoke. HEX triplet: 99, A7 and 6C. RGB value is (153,167,108). Sum of RGB (Red+Green+Blue) = 153+167+108=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 167 - color contains mainly: green. Hex color #99A76C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A76C is #665893. Grayscale: #9C9C9C. Windows color (decimal): -6707348 or 7120793. OLE color: 7120793.

HSL color Cylindrical-coordinate representation of color #99A76C: hue angle of 74.24º 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 #99A76C is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB153167108-
CMYK0.0800.350.35
HSL74.24º25.11%53.92%-
HSV(B)74.24º35.33%65.49%-
XYZ29.6635.4919.47-
YUV156.09100.86125.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.75%
GREEN value IS 167 (65.62% from 255) = 39.02%
BLUE value IS 108 (42.58% from 255) = 25.23%
R=35.75%
G=39.02%
B=25.23%

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
Decimal1531671080.0800.350.3574.2425.1153.92
Hex99A76C8023234a1936
Octal23124715410043431123166
Binary1001100110100111110110010000100011100011100101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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