#96AA6D

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

Shades of Green Smoke #96AA6D

Tints of Green Smoke #96AA6D

Color information

#96AA6D (or 0x96AA6D) is unknown color: approx Green Smoke. HEX triplet: 96, AA and 6D. RGB value is (150,170,109). Sum of RGB (Red+Green+Blue) = 150+170+109=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 170 - color contains mainly: green. Hex color #96AA6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AA6D is #695592. Grayscale: #9D9D9D. Windows color (decimal): -6903187 or 7187094. OLE color: 7187094.

HSL color Cylindrical-coordinate representation of color #96AA6D: hue angle of 79.67º degrees, saturation: 0.26, 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 #96AA6D is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB150170109-
CMYK0.1200.360.33
HSL79.67º26.41%54.71%-
HSV(B)79.67º35.88%66.67%-
XYZ29.7136.3419.92-
YUV157.07100.87122.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.97%
GREEN value IS 170 (66.80% from 255) = 39.63%
BLUE value IS 109 (42.97% from 255) = 25.41%
R=34.97%
G=39.63%
B=25.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501701090.1200.360.3379.6726.4154.71
Hex96AA6DC02421501a37
Octal22625215514044411203267
Binary1001011010101010110110111000100100100001101000011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96AA6D; }

 p { color: rgb(150,170,109); }

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

<style>
 a { background-color: #96AA6D; }

 a { background-color: rgb(150,170,109); }

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

<style>
 span { border-color: #96AA6D; }

 span { border-color: rgb(150,170,109); }

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