#9DA066

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

Shades of Green Smoke #9DA066

Tints of Green Smoke #9DA066

Color information

#9DA066 (or 0x9DA066) is unknown color: approx Green Smoke. HEX triplet: 9D, A0 and 66. RGB value is (157,160,102). Sum of RGB (Red+Green+Blue) = 157+160+102=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA066 is #625F99. Grayscale: #989898. Windows color (decimal): -6447002 or 6725789. OLE color: 6725789.

HSL color Cylindrical-coordinate representation of color #9DA066: hue angle of 63.1º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DA066 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB157160102-
CMYK0.0200.360.37
HSL63.1º23.39%51.37%-
HSV(B)63.1º36.25%62.75%-
XYZ28.8733.2717.47-
YUV152.4999.51131.22-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.47%
GREEN value IS 160 (62.89% from 255) = 38.19%
BLUE value IS 102 (40.23% from 255) = 24.34%
R=37.47%
G=38.19%
B=24.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1571601020.0200.360.3763.123.3951.37
Hex9DA0662024253f1733
Octal235240146204445772763
Binary1001110110100000110011010010010010010111111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,160,102); }

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

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

 a { background-color: rgb(157,160,102); }

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

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

 span { border-color: rgb(157,160,102); }

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