Shades of Brass #9FA737
Tints of Brass #9FA737
RGB
CMYK
RGB Variations
Color information
#9FA737 (or 0x9FA737) is known color: Brass. HEX triplet: 9F, A7 and 37. RGB value is (159,167,55). Sum of RGB (Red+Green+Blue) = 159+167+55=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 167 (65.62% from 255 or 43.83% from 381); Blue value is 55 (21.88% from 255 or 14.44% from 381); Max value from RGB is 167 - color contains mainly: green. Hex color #9FA737 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA737 is #6058C8. Grayscale: #989898. Windows color (decimal): -6314185 or 3647391. OLE color: 3647391.
HSL color Cylindrical-coordinate representation of color #9FA737: hue angle of 64.29º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9FA737 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 167 | 55 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.35 |
| HSL | 64.29º | 0.5% | 0.44% | - |
| HSV(B) | 64.29º | 0.67% | 0.65% | - |
| XYZ | 28.81 | 35.28 | 8.91 | - |
| YUV | 151.84 | 73.35 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 167 | 55 | 0.05 | 0 | 0.67 | 0.35 | 64.29 | 0.5 | 0.44 |
| Hex | 9F | A7 | 37 | 5 | 0 | 43 | 23 | 40 | 32 | 2C |
| Octal | 237 | 247 | 67 | 5 | 0 | 103 | 43 | 100 | 62 | 54 |
| Binary | 10011111 | 10100111 | 110111 | 101 | 0 | 1000011 | 100011 | 1000000 | 110010 | 101100 |
Color Harmonies of #9FA737
Complementary color
Monochromatic Colors of #9FA737
Black with #9FA737
Text Example
Text Example
White with #9FA737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA737; }
p { color: rgb(159,167,55); }
H1.HeaderClassName
{
color: #9FA737;
}
.AnyTagClassName
{
color: #9FA737;
}
</style>
background-color css
<style>
a { background-color: #9FA737; }
a { background-color: rgb(159,167,55); }
div.DivClassName
{
background-color: #9FA737;
}
.BgClassName
{
background-color: #9FA737;
}
</style>
border-color css
<style>
span { border-color: #9FA737; }
span { border-color: rgb(159,167,55); }
td.TdClassName
{
border-color: #9FA737;
}
.TagClassName
{
border-color: #9FA737;
}
</style>