#9FA176

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

Shades of Locust #9FA176

Tints of Locust #9FA176

Color information

#9FA176 (or 0x9FA176) is unknown color: approx Locust. HEX triplet: 9F, A1 and 76. RGB value is (159,161,118). Sum of RGB (Red+Green+Blue) = 159+161+118=438 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.30% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA176 is #605E89. Grayscale: #9B9B9B. Windows color (decimal): -6315658 or 7774623. OLE color: 7774623.

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

Color convert

RGB159161118-
CMYK0.0100.270.37
HSL62.79º18.61%54.71%-
HSV(B)62.79º26.71%63.14%-
XYZ30.3134.1722.14-
YUV155.5106.84130.5-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.30%
GREEN value IS 161 (63.28% from 255) = 36.76%
BLUE value IS 118 (46.48% from 255) = 26.94%
R=36.30%
G=36.76%
B=26.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1591611180.0100.270.3762.7918.6154.71
Hex9FA176101B253f1337
Octal237241166103345772367
Binary10011111101000011110110101101110010111111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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