Shades of Brass #9DA740
Tints of Brass #9DA740
RGB
CMYK
RGB Variations
Color information
#9DA740 (or 0x9DA740) is known color: Brass. HEX triplet: 9D, A7 and 40. RGB value is (157,167,64). Sum of RGB (Red+Green+Blue) = 157+167+64=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 167 (65.62% from 255 or 43.04% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 167 - color contains mainly: green. Hex color #9DA740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA740 is #6258BF. Grayscale: #989898. Windows color (decimal): -6445248 or 4237213. OLE color: 4237213.
HSL color Cylindrical-coordinate representation of color #9DA740: hue angle of 65.83º 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 #9DA740 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 167 | 64 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.35 |
| HSL | 65.83º | 0.45% | 0.45% | - |
| HSV(B) | 65.83º | 0.62% | 0.65% | - |
| XYZ | 28.65 | 35.18 | 10.13 | - |
| YUV | 152.27 | 78.19 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 167 | 64 | 0.06 | 0 | 0.62 | 0.35 | 65.83 | 0.45 | 0.45 |
| Hex | 9D | A7 | 40 | 6 | 0 | 3E | 23 | 42 | 2D | 2D |
| Octal | 235 | 247 | 100 | 6 | 0 | 76 | 43 | 102 | 55 | 55 |
| Binary | 10011101 | 10100111 | 1000000 | 110 | 0 | 111110 | 100011 | 1000010 | 101101 | 101101 |
Color Harmonies of #9DA740
Complementary color
Monochromatic Colors of #9DA740
Black with #9DA740
Text Example
Text Example
White with #9DA740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA740; }
p { color: rgb(157,167,64); }
H1.HeaderClassName
{
color: #9DA740;
}
.AnyTagClassName
{
color: #9DA740;
}
</style>
background-color css
<style>
a { background-color: #9DA740; }
a { background-color: rgb(157,167,64); }
div.DivClassName
{
background-color: #9DA740;
}
.BgClassName
{
background-color: #9DA740;
}
</style>
border-color css
<style>
span { border-color: #9DA740; }
span { border-color: rgb(157,167,64); }
td.TdClassName
{
border-color: #9DA740;
}
.TagClassName
{
border-color: #9DA740;
}
</style>