Shades of Brass #9DA73A
Tints of Brass #9DA73A
RGB
CMYK
RGB Variations
Color information
#9DA73A (or 0x9DA73A) is known color: Brass. HEX triplet: 9D, A7 and 3A. RGB value is (157,167,58). Sum of RGB (Red+Green+Blue) = 157+167+58=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 167 (65.62% from 255 or 43.72% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 167 - color contains mainly: green. Hex color #9DA73A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA73A is #6258C5. Grayscale: #989898. Windows color (decimal): -6445254 or 3843997. OLE color: 3843997.
HSL color Cylindrical-coordinate representation of color #9DA73A: hue angle of 65.5º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9DA73A is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 167 | 58 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.35 |
| HSL | 65.5º | 0.48% | 0.44% | - |
| HSV(B) | 65.5º | 0.65% | 0.65% | - |
| XYZ | 28.49 | 35.11 | 9.28 | - |
| YUV | 151.58 | 75.19 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 167 | 58 | 0.06 | 0 | 0.65 | 0.35 | 65.5 | 0.48 | 0.44 |
| Hex | 9D | A7 | 3A | 6 | 0 | 41 | 23 | 42 | 30 | 2C |
| Octal | 235 | 247 | 72 | 6 | 0 | 101 | 43 | 102 | 60 | 54 |
| Binary | 10011101 | 10100111 | 111010 | 110 | 0 | 1000001 | 100011 | 1000010 | 110000 | 101100 |
Color Harmonies of #9DA73A
Complementary color
Monochromatic Colors of #9DA73A
Black with #9DA73A
Text Example
Text Example
White with #9DA73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA73A; }
p { color: rgb(157,167,58); }
H1.HeaderClassName
{
color: #9DA73A;
}
.AnyTagClassName
{
color: #9DA73A;
}
</style>
background-color css
<style>
a { background-color: #9DA73A; }
a { background-color: rgb(157,167,58); }
div.DivClassName
{
background-color: #9DA73A;
}
.BgClassName
{
background-color: #9DA73A;
}
</style>
border-color css
<style>
span { border-color: #9DA73A; }
span { border-color: rgb(157,167,58); }
td.TdClassName
{
border-color: #9DA73A;
}
.TagClassName
{
border-color: #9DA73A;
}
</style>