#9FA276

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

Shades of Locust #9FA276

Tints of Locust #9FA276

Color information

#9FA276 (or 0x9FA276) is unknown color: approx Locust. HEX triplet: 9F, A2 and 76. RGB value is (159,162,118). Sum of RGB (Red+Green+Blue) = 159+162+118=439 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.22% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA276 is #605D89. Grayscale: #9C9C9C. Windows color (decimal): -6315402 or 7774879. OLE color: 7774879.

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

Color convert

RGB159162118-
CMYK0.0200.270.36
HSL64.09º19.13%54.9%-
HSV(B)64.09º27.16%63.53%-
XYZ30.4934.5222.2-
YUV156.09106.51130.08-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.22%
GREEN value IS 162 (63.67% from 255) = 36.90%
BLUE value IS 118 (46.48% from 255) = 26.88%
R=36.22%
G=36.90%
B=26.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1591621180.0200.270.3664.0919.1354.9
Hex9FA276201B24401337
Octal2372421662033441002367
Binary1001111110100010111011010011011100100100000010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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