#9FA365

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

Shades of Green Smoke #9FA365

Tints of Green Smoke #9FA365

Color information

#9FA365 (or 0x9FA365) is unknown color: approx Green Smoke. HEX triplet: 9F, A3 and 65. RGB value is (159,163,101). Sum of RGB (Red+Green+Blue) = 159+163+101=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA365 is #605C9A. Grayscale: #9A9A9A. Windows color (decimal): -6315163 or 6661023. OLE color: 6661023.

HSL color Cylindrical-coordinate representation of color #9FA365: hue angle of 63.87º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FA365 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB159163101-
CMYK0.0200.380.36
HSL63.87º25.2%51.76%-
HSV(B)63.87º38.04%63.92%-
XYZ29.7434.517.4-
YUV154.7497.67131.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.59%
GREEN value IS 163 (64.06% from 255) = 38.53%
BLUE value IS 101 (39.84% from 255) = 23.88%
R=37.59%
G=38.53%
B=23.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1591631010.0200.380.3663.8725.251.76
Hex9FA365202624401934
Octal2372431452046441003164
Binary10011111101000111100101100100110100100100000011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,163,101); }

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

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

 a { background-color: rgb(159,163,101); }

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

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

 span { border-color: rgb(159,163,101); }

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