#9FA377

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

Shades of Locust #9FA377

Tints of Locust #9FA377

Color information

#9FA377 (or 0x9FA377) is unknown color: approx Locust. HEX triplet: 9F, A3 and 77. RGB value is (159,163,119). Sum of RGB (Red+Green+Blue) = 159+163+119=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA377 is #605C88. Grayscale: #9C9C9C. Windows color (decimal): -6315145 or 7840671. OLE color: 7840671.

HSL color Cylindrical-coordinate representation of color #9FA377: hue angle of 65.45º 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 #9FA377 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB159163119-
CMYK0.0200.270.36
HSL65.45º19.3%55.29%-
HSV(B)65.45º26.99%63.92%-
XYZ30.7334.922.57-
YUV156.79106.67129.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.05%
GREEN value IS 163 (64.06% from 255) = 36.96%
BLUE value IS 119 (46.88% from 255) = 26.98%
R=36.05%
G=36.96%
B=26.98%

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
Decimal1591631190.0200.270.3665.4519.355.29
Hex9FA377201B24411337
Octal2372431672033441012367
Binary1001111110100011111011110011011100100100000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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