Shades of Brass #9DA73F
Tints of Brass #9DA73F
RGB
CMYK
RGB Variations
Color information
#9DA73F (or 0x9DA73F) is known color: Brass. HEX triplet: 9D, A7 and 3F. RGB value is (157,167,63). Sum of RGB (Red+Green+Blue) = 157+167+63=387 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.57% from 387); Green value is 167 (65.62% from 255 or 43.15% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 167 - color contains mainly: green. Hex color #9DA73F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA73F is #6258C0. Grayscale: #989898. Windows color (decimal): -6445249 or 4171677. OLE color: 4171677.
HSL color Cylindrical-coordinate representation of color #9DA73F: hue angle of 65.77º 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 #9DA73F is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 167 | 63 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.35 |
| HSL | 65.77º | 0.45% | 0.45% | - |
| HSV(B) | 65.77º | 0.62% | 0.65% | - |
| XYZ | 28.62 | 35.16 | 9.98 | - |
| YUV | 152.15 | 77.69 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 167 | 63 | 0.06 | 0 | 0.62 | 0.35 | 65.77 | 0.45 | 0.45 |
| Hex | 9D | A7 | 3F | 6 | 0 | 3E | 23 | 42 | 2D | 2D |
| Octal | 235 | 247 | 77 | 6 | 0 | 76 | 43 | 102 | 55 | 55 |
| Binary | 10011101 | 10100111 | 111111 | 110 | 0 | 111110 | 100011 | 1000010 | 101101 | 101101 |
Color Harmonies of #9DA73F
Complementary color
Monochromatic Colors of #9DA73F
Black with #9DA73F
Text Example
Text Example
White with #9DA73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA73F; }
p { color: rgb(157,167,63); }
H1.HeaderClassName
{
color: #9DA73F;
}
.AnyTagClassName
{
color: #9DA73F;
}
</style>
background-color css
<style>
a { background-color: #9DA73F; }
a { background-color: rgb(157,167,63); }
div.DivClassName
{
background-color: #9DA73F;
}
.BgClassName
{
background-color: #9DA73F;
}
</style>
border-color css
<style>
span { border-color: #9DA73F; }
span { border-color: rgb(157,167,63); }
td.TdClassName
{
border-color: #9DA73F;
}
.TagClassName
{
border-color: #9DA73F;
}
</style>