#9DAA6C

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

Shades of Green Smoke #9DAA6C

Tints of Green Smoke #9DAA6C

Color information

#9DAA6C (or 0x9DAA6C) is unknown color: approx Green Smoke. HEX triplet: 9D, AA and 6C. RGB value is (157,170,108). Sum of RGB (Red+Green+Blue) = 157+170+108=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 170 - color contains mainly: green. Hex color #9DAA6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAA6C is #625593. Grayscale: #9F9F9F. Windows color (decimal): -6444436 or 7121565. OLE color: 7121565.

HSL color Cylindrical-coordinate representation of color #9DAA6C: hue angle of 72.58º degrees, saturation: 0.27, 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 #9DAA6C is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB157170108-
CMYK0.0800.360.33
HSL72.58º26.72%54.51%-
HSV(B)72.58º36.47%66.67%-
XYZ30.993719.7-
YUV159.0599.19126.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.09%
GREEN value IS 170 (66.80% from 255) = 39.08%
BLUE value IS 108 (42.58% from 255) = 24.83%
R=36.09%
G=39.08%
B=24.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571701080.0800.360.3372.5826.7254.51
Hex9DAA6C802421491b37
Octal23525215410044411113367
Binary1001110110101010110110010000100100100001100100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DAA6C; }

 p { color: rgb(157,170,108); }

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

<style>
 a { background-color: #9DAA6C; }

 a { background-color: rgb(157,170,108); }

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

<style>
 span { border-color: #9DAA6C; }

 span { border-color: rgb(157,170,108); }

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