#9EA741

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

Shades of Brass #9EA741

Tints of Brass #9EA741

Color information

#9EA741 (or 0x9EA741) is unknown color: approx Brass. HEX triplet: 9E, A7 and 41. RGB value is (158,167,65). Sum of RGB (Red+Green+Blue) = 158+167+65=390 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.51% from 390); Green value is 167 (65.62% from 255 or 42.82% from 390); Blue value is 65 (25.78% from 255 or 16.67% from 390); Max value from RGB is 167 - color contains mainly: green. Hex color #9EA741 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA741 is #6158BE. Grayscale: #999999. Windows color (decimal): -6379711 or 4302750. OLE color: 4302750.

HSL color Cylindrical-coordinate representation of color #9EA741: hue angle of 65.29º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9EA741 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB15816765-
CMYK0.0500.610.35
HSL65.29º43.97%45.49%-
HSV(B)65.29º61.08%65.49%-
XYZ28.8735.2910.29-
YUV152.6878.52131.79-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.51%
GREEN value IS 167 (65.62% from 255) = 42.82%
BLUE value IS 65 (25.78% from 255) = 16.67%
R=40.51%
G=42.82%
B=16.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal158167650.0500.610.3565.2943.9745.49
Hex9EA741503D23412c2d
Octal2362471015075431015455
Binary1001111010100111100000110101111011000111000001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,167,65); }

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

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

 a { background-color: rgb(158,167,65); }

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

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

 span { border-color: rgb(158,167,65); }

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