#9FA57F

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

Shades of Locust #9FA57F

Tints of Locust #9FA57F

Color information

#9FA57F (or 0x9FA57F) is unknown color: approx Locust. HEX triplet: 9F, A5 and 7F. RGB value is (159,165,127). Sum of RGB (Red+Green+Blue) = 159+165+127=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 165 (64.84% from 255 or 36.59% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA57F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA57F is #605A80. Grayscale: #9F9F9F. Windows color (decimal): -6314625 or 8365471. OLE color: 8365471.

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

Color convert

RGB159165127-
CMYK0.0400.230.35
HSL69.47º17.43%57.25%-
HSV(B)69.47º23.03%64.71%-
XYZ31.5835.8125.33-
YUV158.87110.01128.09-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.25%
GREEN value IS 165 (64.84% from 255) = 36.59%
BLUE value IS 127 (50% from 255) = 28.16%
R=35.25%
G=36.59%
B=28.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1591651270.0400.230.3569.4717.4357.25
Hex9FA57F401723451139
Octal2372451774027431052171
Binary10011111101001011111111100010111100011100010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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