Shades of Brass #9FAB3F
Tints of Brass #9FAB3F
RGB
CMYK
RGB Variations
Color information
#9FAB3F (or 0x9FAB3F) is known color: Brass. HEX triplet: 9F, AB and 3F. RGB value is (159,171,63). Sum of RGB (Red+Green+Blue) = 159+171+63=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAB3F is #6054C0. Grayscale: #9B9B9B. Windows color (decimal): -6313153 or 4172703. OLE color: 4172703.
HSL color Cylindrical-coordinate representation of color #9FAB3F: hue angle of 66.67º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9FAB3F is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 171 | 63 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.33 |
| HSL | 66.67º | 0.46% | 0.46% | - |
| HSV(B) | 66.67º | 0.63% | 0.67% | - |
| XYZ | 29.76 | 36.86 | 10.25 | - |
| YUV | 155.1 | 76.02 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 171 | 63 | 0.07 | 0 | 0.63 | 0.33 | 66.67 | 0.46 | 0.46 |
| Hex | 9F | AB | 3F | 7 | 0 | 3F | 21 | 43 | 2E | 2E |
| Octal | 237 | 253 | 77 | 7 | 0 | 77 | 41 | 103 | 56 | 56 |
| Binary | 10011111 | 10101011 | 111111 | 111 | 0 | 111111 | 100001 | 1000011 | 101110 | 101110 |
Color Harmonies of #9FAB3F
Complementary color
Monochromatic Colors of #9FAB3F
Black with #9FAB3F
Text Example
Text Example
White with #9FAB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAB3F; }
p { color: rgb(159,171,63); }
H1.HeaderClassName
{
color: #9FAB3F;
}
.AnyTagClassName
{
color: #9FAB3F;
}
</style>
background-color css
<style>
a { background-color: #9FAB3F; }
a { background-color: rgb(159,171,63); }
div.DivClassName
{
background-color: #9FAB3F;
}
.BgClassName
{
background-color: #9FAB3F;
}
</style>
border-color css
<style>
span { border-color: #9FAB3F; }
span { border-color: rgb(159,171,63); }
td.TdClassName
{
border-color: #9FAB3F;
}
.TagClassName
{
border-color: #9FAB3F;
}
</style>