#9DA75F

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

Shades of Green Smoke #9DA75F

Tints of Green Smoke #9DA75F

Color information

#9DA75F (or 0x9DA75F) is unknown color: approx Green Smoke. HEX triplet: 9D, A7 and 5F. RGB value is (157,167,95). Sum of RGB (Red+Green+Blue) = 157+167+95=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 167 - color contains mainly: green. Hex color #9DA75F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA75F is #6258A0. Grayscale: #9C9C9C. Windows color (decimal): -6445217 or 6268829. OLE color: 6268829.

HSL color Cylindrical-coordinate representation of color #9DA75F: hue angle of 68.33º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9DA75F is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB15716795-
CMYK0.0600.430.35
HSL68.33º29.03%51.37%-
HSV(B)68.33º43.11%65.49%-
XYZ29.7935.6316.13-
YUV155.893.69128.85-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.47%
GREEN value IS 167 (65.62% from 255) = 39.86%
BLUE value IS 95 (37.5% from 255) = 22.67%
R=37.47%
G=39.86%
B=22.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal157167950.0600.430.3568.3329.0351.37
Hex9DA75F602B23441d33
Octal2352471376053431043563
Binary100111011010011110111111100101011100011100010011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,167,95); }

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

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

 a { background-color: rgb(157,167,95); }

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

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

 span { border-color: rgb(157,167,95); }

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