#9DA966

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

Shades of Green Smoke #9DA966

Tints of Green Smoke #9DA966

Color information

#9DA966 (or 0x9DA966) is unknown color: approx Green Smoke. HEX triplet: 9D, A9 and 66. RGB value is (157,169,102). Sum of RGB (Red+Green+Blue) = 157+169+102=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 169 - color contains mainly: green. Hex color #9DA966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA966 is #625699. Grayscale: #9E9E9E. Windows color (decimal): -6444698 or 6728093. OLE color: 6728093.

HSL color Cylindrical-coordinate representation of color #9DA966: hue angle of 70.75º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9DA966 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB157169102-
CMYK0.0700.400.34
HSL70.75º28.03%53.14%-
HSV(B)70.75º39.64%66.27%-
XYZ30.4936.518.01-
YUV157.7796.52127.45-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.68%
GREEN value IS 169 (66.41% from 255) = 39.49%
BLUE value IS 102 (40.23% from 255) = 23.83%
R=36.68%
G=39.49%
B=23.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1571691020.0700.400.3470.7528.0353.14
Hex9DA966702822471c35
Octal2352511467050421073465
Binary100111011010100111001101110101000100010100011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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