Shades of Brass #9EA742
Tints of Brass #9EA742
RGB
CMYK
RGB Variations
Color information
#9EA742 (or 0x9EA742) is known color: Brass. HEX triplet: 9E, A7 and 42. RGB value is (158,167,66). Sum of RGB (Red+Green+Blue) = 158+167+66=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 167 (65.62% from 255 or 42.71% from 391); Blue value is 66 (26.17% from 255 or 16.88% from 391); Max value from RGB is 167 - color contains mainly: green. Hex color #9EA742 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA742 is #6158BD. Grayscale: #999999. Windows color (decimal): -6379710 or 4368286. OLE color: 4368286.
HSL color Cylindrical-coordinate representation of color #9EA742: hue angle of 65.35º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9EA742 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 167 | 66 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.35 |
| HSL | 65.35º | 0.43% | 0.46% | - |
| HSV(B) | 65.35º | 0.6% | 0.65% | - |
| XYZ | 28.9 | 35.3 | 10.44 | - |
| YUV | 152.8 | 79.02 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 167 | 66 | 0.05 | 0 | 0.60 | 0.35 | 65.35 | 0.43 | 0.46 |
| Hex | 9E | A7 | 42 | 5 | 0 | 3C | 23 | 41 | 2B | 2E |
| Octal | 236 | 247 | 102 | 5 | 0 | 74 | 43 | 101 | 53 | 56 |
| Binary | 10011110 | 10100111 | 1000010 | 101 | 0 | 111100 | 100011 | 1000001 | 101011 | 101110 |
Color Harmonies of #9EA742
Complementary color
Monochromatic Colors of #9EA742
Black with #9EA742
Text Example
Text Example
White with #9EA742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA742; }
p { color: rgb(158,167,66); }
H1.HeaderClassName
{
color: #9EA742;
}
.AnyTagClassName
{
color: #9EA742;
}
</style>
background-color css
<style>
a { background-color: #9EA742; }
a { background-color: rgb(158,167,66); }
div.DivClassName
{
background-color: #9EA742;
}
.BgClassName
{
background-color: #9EA742;
}
</style>
border-color css
<style>
span { border-color: #9EA742; }
span { border-color: rgb(158,167,66); }
td.TdClassName
{
border-color: #9EA742;
}
.TagClassName
{
border-color: #9EA742;
}
</style>