#9FA65D

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

Shades of Green Smoke #9FA65D

Tints of Green Smoke #9FA65D

Color information

#9FA65D (or 0x9FA65D) is unknown color: approx Green Smoke. HEX triplet: 9F, A6 and 5D. RGB value is (159,166,93). Sum of RGB (Red+Green+Blue) = 159+166+93=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA65D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA65D is #6059A2. Grayscale: #9B9B9B. Windows color (decimal): -6314403 or 6137503. OLE color: 6137503.

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

Color convert

RGB15916693-
CMYK0.0400.440.35
HSL65.75º29.08%50.78%-
HSV(B)65.75º43.98%65.1%-
XYZ29.9135.4315.62-
YUV155.5892.68130.44-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.04%
GREEN value IS 166 (65.23% from 255) = 39.71%
BLUE value IS 93 (36.72% from 255) = 22.25%
R=38.04%
G=39.71%
B=22.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal159166930.0400.440.3565.7529.0850.78
Hex9FA65D402C23421d33
Octal2372461354054431023563
Binary100111111010011010111011000101100100011100001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,166,93); }

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

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

 a { background-color: rgb(159,166,93); }

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

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

 span { border-color: rgb(159,166,93); }

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