#9DAF6D

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

Shades of Green Smoke #9DAF6D

Tints of Green Smoke #9DAF6D

Color information

#9DAF6D (or 0x9DAF6D) is unknown color: approx Green Smoke. HEX triplet: 9D, AF and 6D. RGB value is (157,175,109). Sum of RGB (Red+Green+Blue) = 157+175+109=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAF6D is #625092. Grayscale: #A2A2A2. Windows color (decimal): -6443155 or 7188381. OLE color: 7188381.

HSL color Cylindrical-coordinate representation of color #9DAF6D: hue angle of 76.36º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DAF6D is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB157175109-
CMYK0.1000.380.31
HSL76.36º29.2%55.69%-
HSV(B)76.36º37.71%68.63%-
XYZ31.9938.9320.3-
YUV162.0998.04124.37-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.60%
GREEN value IS 175 (68.75% from 255) = 39.68%
BLUE value IS 109 (42.97% from 255) = 24.72%
R=35.60%
G=39.68%
B=24.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1571751090.1000.380.3176.3629.255.69
Hex9DAF6DA0261F4c1d38
Octal23525715512046371143570
Binary100111011010111111011011010010011011111100110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,175,109); }

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

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

 a { background-color: rgb(157,175,109); }

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

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

 span { border-color: rgb(157,175,109); }

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