#9FA487

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

Shades of Locust #9FA487

Tints of Locust #9FA487

Color information

#9FA487 (or 0x9FA487) is unknown color: approx Locust. HEX triplet: 9F, A4 and 87. RGB value is (159,164,135). Sum of RGB (Red+Green+Blue) = 159+164+135=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 164 (64.45% from 255 or 35.81% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA487 is #605B78. Grayscale: #9F9F9F. Windows color (decimal): -6314873 or 8889503. OLE color: 8889503.

HSL color Cylindrical-coordinate representation of color #9FA487: hue angle of 70.34º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9FA487 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB159164135-
CMYK0.0300.180.36
HSL70.34º13.74%58.63%-
HSV(B)70.34º17.68%64.31%-
XYZ31.9535.6728.12-
YUV159.2114.34127.86-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.72%
GREEN value IS 164 (64.45% from 255) = 35.81%
BLUE value IS 135 (53.12% from 255) = 29.48%
R=34.72%
G=35.81%
B=29.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1591641350.0300.180.3670.3413.7458.63
Hex9FA48730122446e3b
Octal2372442073022441061673
Binary1001111110100100100001111101001010010010001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,164,135); }

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

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

 a { background-color: rgb(159,164,135); }

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

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

 span { border-color: rgb(159,164,135); }

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