#9FA37F

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

Shades of Locust #9FA37F

Tints of Locust #9FA37F

Color information

#9FA37F (or 0x9FA37F) is unknown color: approx Locust. HEX triplet: 9F, A3 and 7F. RGB value is (159,163,127). Sum of RGB (Red+Green+Blue) = 159+163+127=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA37F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA37F is #605C80. Grayscale: #9D9D9D. Windows color (decimal): -6315137 or 8364959. OLE color: 8364959.

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

Color convert

RGB159163127-
CMYK0.0200.220.36
HSL66.67º16.36%56.86%-
HSV(B)66.67º22.09%63.92%-
XYZ31.2335.125.21-
YUV157.7110.67128.93-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.41%
GREEN value IS 163 (64.06% from 255) = 36.30%
BLUE value IS 127 (50% from 255) = 28.29%
R=35.41%
G=36.30%
B=28.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1591631270.0200.220.3666.6716.3656.86
Hex9FA37F201624431039
Octal2372431772026441032071
Binary1001111110100011111111110010110100100100001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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