Shades of Highball #9F9142
Tints of Highball #9F9142
RGB
CMYK
RGB Variations
Color information
#9F9142 (or 0x9F9142) is known color: Highball. HEX triplet: 9F, 91 and 42. RGB value is (159,145,66). Sum of RGB (Red+Green+Blue) = 159+145+66=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9142 is #606EBD. Grayscale: #8C8C8C. Windows color (decimal): -6319806 or 4362655. OLE color: 4362655.
HSL color Cylindrical-coordinate representation of color #9F9142: hue angle of 50.97º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F9142 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 145 | 66 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.38 |
| HSL | 50.97º | 0.41% | 0.44% | - |
| HSV(B) | 50.97º | 0.58% | 0.62% | - |
| XYZ | 25.41 | 28.02 | 9.22 | - |
| YUV | 140.18 | 86.14 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 145 | 66 | 0 | 0.09 | 0.58 | 0.38 | 50.97 | 0.41 | 0.44 |
| Hex | 9F | 91 | 42 | 0 | 9 | 3A | 26 | 33 | 29 | 2C |
| Octal | 237 | 221 | 102 | 0 | 11 | 72 | 46 | 63 | 51 | 54 |
| Binary | 10011111 | 10010001 | 1000010 | 0 | 1001 | 111010 | 100110 | 110011 | 101001 | 101100 |
Color Harmonies of #9F9142
Complementary color
Monochromatic Colors of #9F9142
Black with #9F9142
Text Example
Text Example
White with #9F9142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9142; }
p { color: rgb(159,145,66); }
H1.HeaderClassName
{
color: #9F9142;
}
.AnyTagClassName
{
color: #9F9142;
}
</style>
background-color css
<style>
a { background-color: #9F9142; }
a { background-color: rgb(159,145,66); }
div.DivClassName
{
background-color: #9F9142;
}
.BgClassName
{
background-color: #9F9142;
}
</style>
border-color css
<style>
span { border-color: #9F9142; }
span { border-color: rgb(159,145,66); }
td.TdClassName
{
border-color: #9F9142;
}
.TagClassName
{
border-color: #9F9142;
}
</style>