#9FA964

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

Shades of Green Smoke #9FA964

Tints of Green Smoke #9FA964

Color information

#9FA964 (or 0x9FA964) is unknown color: approx Green Smoke. HEX triplet: 9F, A9 and 64. RGB value is (159,169,100). Sum of RGB (Red+Green+Blue) = 159+169+100=428 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.15% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 100 (39.45% from 255 or 23.36% from 428); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA964 is #60569B. Grayscale: #9E9E9E. Windows color (decimal): -6313628 or 6597023. OLE color: 6597023.

HSL color Cylindrical-coordinate representation of color #9FA964: hue angle of 68.7º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9FA964 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB159169100-
CMYK0.0600.410.34
HSL68.7º28.63%52.75%-
HSV(B)68.7º40.83%66.27%-
XYZ30.7936.6717.51-
YUV158.1495.19128.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.15%
GREEN value IS 169 (66.41% from 255) = 39.49%
BLUE value IS 100 (39.45% from 255) = 23.36%
R=37.15%
G=39.49%
B=23.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1591691000.0600.410.3468.728.6352.75
Hex9FA964602922451d35
Octal2372511446051421053565
Binary100111111010100111001001100101001100010100010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,169,100); }

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

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

 a { background-color: rgb(159,169,100); }

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

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

 span { border-color: rgb(159,169,100); }

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