#9FA17F

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

Shades of Locust #9FA17F

Tints of Locust #9FA17F

Color information

#9FA17F (or 0x9FA17F) is unknown color: approx Locust. HEX triplet: 9F, A1 and 7F. RGB value is (159,161,127). Sum of RGB (Red+Green+Blue) = 159+161+127=447 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.57% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA17F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA17F is #605E80. Grayscale: #9C9C9C. Windows color (decimal): -6315649 or 8364447. OLE color: 8364447.

HSL color Cylindrical-coordinate representation of color #9FA17F: hue angle of 63.53º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FA17F is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB159161127-
CMYK0.0100.210.37
HSL63.53º15.32%56.47%-
HSV(B)63.53º21.12%63.14%-
XYZ30.8734.3925.09-
YUV156.53111.34129.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.57%
GREEN value IS 161 (63.28% from 255) = 36.02%
BLUE value IS 127 (50% from 255) = 28.41%
R=35.57%
G=36.02%
B=28.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1591611270.0100.210.3763.5315.3256.47
Hex9FA17F10152540f38
Octal2372411771025451001770
Binary10011111101000011111111101010110010110000001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,161,127); }

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

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

 a { background-color: rgb(159,161,127); }

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

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

 span { border-color: rgb(159,161,127); }

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