#9FA77F

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

Shades of Locust #9FA77F

Tints of Locust #9FA77F

Color information

#9FA77F (or 0x9FA77F) is unknown color: approx Locust. HEX triplet: 9F, A7 and 7F. RGB value is (159,167,127). Sum of RGB (Red+Green+Blue) = 159+167+127=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 167 (65.62% from 255 or 36.87% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 167 - color contains mainly: green. Hex color #9FA77F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA77F is #605880. Grayscale: #A0A0A0. Windows color (decimal): -6314113 or 8365983. OLE color: 8365983.

HSL color Cylindrical-coordinate representation of color #9FA77F: hue angle of 72º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9FA77F is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB159167127-
CMYK0.0500.240.35
HSL72º18.52%57.65%-
HSV(B)72º23.95%65.49%-
XYZ31.9536.5425.45-
YUV160.05109.35127.25-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.10%
GREEN value IS 167 (65.62% from 255) = 36.87%
BLUE value IS 127 (50% from 255) = 28.04%
R=35.10%
G=36.87%
B=28.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1591671270.0500.240.357218.5257.65
Hex9FA77F50182348133a
Octal2372471775030431102372
Binary10011111101001111111111101011000100011100100010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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