#9E9F79

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

Shades of Locust #9E9F79

Tints of Locust #9E9F79

Color information

#9E9F79 (or 0x9E9F79) is unknown color: approx Locust. HEX triplet: 9E, 9F and 79. RGB value is (158,159,121). Sum of RGB (Red+Green+Blue) = 158+159+121=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 121 (47.66% from 255 or 27.63% from 438); Max value from RGB is 159 - color contains mainly: green. Hex color #9E9F79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9F79 is #616086. Grayscale: #9A9A9A. Windows color (decimal): -6381703 or 7970718. OLE color: 7970718.

HSL color Cylindrical-coordinate representation of color #9E9F79: hue angle of 61.58º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9E9F79 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB158159121-
CMYK0.0100.240.38
HSL61.58º16.52%54.9%-
HSV(B)61.58º23.9%62.35%-
XYZ29.9533.4522.97-
YUV154.37109.17130.59-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.07%
GREEN value IS 159 (62.5% from 255) = 36.30%
BLUE value IS 121 (47.66% from 255) = 27.63%
R=36.07%
G=36.30%
B=27.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581591210.0100.240.3861.5816.5254.9
Hex9E9F791018263e1137
Octal236237171103046762167
Binary10011110100111111111001101100010011011111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,159,121); }

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

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

 a { background-color: rgb(158,159,121); }

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

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

 span { border-color: rgb(158,159,121); }

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