#9EA73F

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

Shades of Brass #9EA73F

Tints of Brass #9EA73F

Color information

#9EA73F (or 0x9EA73F) is unknown color: approx Brass. HEX triplet: 9E, A7 and 3F. RGB value is (158,167,63). Sum of RGB (Red+Green+Blue) = 158+167+63=388 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.72% from 388); Green value is 167 (65.62% from 255 or 43.04% from 388); Blue value is 63 (25% from 255 or 16.24% from 388); Max value from RGB is 167 - color contains mainly: green. Hex color #9EA73F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA73F is #6158C0. Grayscale: #989898. Windows color (decimal): -6379713 or 4171678. OLE color: 4171678.

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

Color convert

RGB15816763-
CMYK0.0500.620.35
HSL65.19º45.22%45.1%-
HSV(B)65.19º62.28%65.49%-
XYZ28.8235.279.99-
YUV152.4577.52131.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.72%
GREEN value IS 167 (65.62% from 255) = 43.04%
BLUE value IS 63 (25% from 255) = 16.24%
R=40.72%
G=43.04%
B=16.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal158167630.0500.620.3565.1945.2245.1
Hex9EA73F503E23412d2d
Octal236247775076431015555
Binary100111101010011111111110101111101000111000001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA73F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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