#9EA279

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

Shades of Locust #9EA279

Tints of Locust #9EA279

Color information

#9EA279 (or 0x9EA279) is unknown color: approx Locust. HEX triplet: 9E, A2 and 79. RGB value is (158,162,121). Sum of RGB (Red+Green+Blue) = 158+162+121=441 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.83% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 121 (47.66% from 255 or 27.44% from 441); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA279 is #615D86. Grayscale: #9C9C9C. Windows color (decimal): -6380935 or 7971486. OLE color: 7971486.

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

Color convert

RGB158162121-
CMYK0.0200.250.36
HSL65.85º18.06%55.49%-
HSV(B)65.85º25.31%63.53%-
XYZ30.4734.4923.14-
YUV156.13108.17129.33-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.83%
GREEN value IS 162 (63.67% from 255) = 36.73%
BLUE value IS 121 (47.66% from 255) = 27.44%
R=35.83%
G=36.73%
B=27.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1581621210.0200.250.3665.8518.0655.49
Hex9EA279201924421237
Octal2362421712031441022267
Binary1001111010100010111100110011001100100100001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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