#9DAD69

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

Shades of Green Smoke #9DAD69

Tints of Green Smoke #9DAD69

Color information

#9DAD69 (or 0x9DAD69) is unknown color: approx Green Smoke. HEX triplet: 9D, AD and 69. RGB value is (157,173,105). Sum of RGB (Red+Green+Blue) = 157+173+105=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 105 (41.41% from 255 or 24.14% from 435); Max value from RGB is 173 - color contains mainly: green. Hex color #9DAD69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAD69 is #625296. Grayscale: #A0A0A0. Windows color (decimal): -6443671 or 6925725. OLE color: 6925725.

HSL color Cylindrical-coordinate representation of color #9DAD69: hue angle of 74.12º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9DAD69 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB157173105-
CMYK0.0900.390.32
HSL74.12º29.31%54.51%-
HSV(B)74.12º39.31%67.84%-
XYZ31.438.0819.06-
YUV160.4696.7125.53-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.09%
GREEN value IS 173 (67.97% from 255) = 39.77%
BLUE value IS 105 (41.41% from 255) = 24.14%
R=36.09%
G=39.77%
B=24.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1571731050.0900.390.3274.1229.3154.51
Hex9DAD699027204a1d37
Octal23525515111047401123567
Binary1001110110101101110100110010100111100000100101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,173,105); }

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

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

 a { background-color: rgb(157,173,105); }

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

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

 span { border-color: rgb(157,173,105); }

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