Shades of Highball #9F9744
Tints of Highball #9F9744
RGB
CMYK
RGB Variations
Color information
#9F9744 (or 0x9F9744) is known color: Highball. HEX triplet: 9F, 97 and 44. RGB value is (159,151,68). Sum of RGB (Red+Green+Blue) = 159+151+68=378 (50% of max value = 765). Red value is 159 (62.5% from 255 or 42.06% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9744 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9744 is #6068BB. Grayscale: #909090. Windows color (decimal): -6318268 or 4495263. OLE color: 4495263.
HSL color Cylindrical-coordinate representation of color #9F9744: hue angle of 54.73º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F9744 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 151 | 68 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.38 |
| HSL | 54.73º | 0.4% | 0.45% | - |
| HSV(B) | 54.73º | 0.57% | 0.62% | - |
| XYZ | 26.41 | 29.92 | 9.85 | - |
| YUV | 143.93 | 85.15 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 151 | 68 | 0 | 0.05 | 0.57 | 0.38 | 54.73 | 0.4 | 0.45 |
| Hex | 9F | 97 | 44 | 0 | 5 | 39 | 26 | 37 | 28 | 2D |
| Octal | 237 | 227 | 104 | 0 | 5 | 71 | 46 | 67 | 50 | 55 |
| Binary | 10011111 | 10010111 | 1000100 | 0 | 101 | 111001 | 100110 | 110111 | 101000 | 101101 |
Color Harmonies of #9F9744
Complementary color
Monochromatic Colors of #9F9744
Black with #9F9744
Text Example
Text Example
White with #9F9744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9744; }
p { color: rgb(159,151,68); }
H1.HeaderClassName
{
color: #9F9744;
}
.AnyTagClassName
{
color: #9F9744;
}
</style>
background-color css
<style>
a { background-color: #9F9744; }
a { background-color: rgb(159,151,68); }
div.DivClassName
{
background-color: #9F9744;
}
.BgClassName
{
background-color: #9F9744;
}
</style>
border-color css
<style>
span { border-color: #9F9744; }
span { border-color: rgb(159,151,68); }
td.TdClassName
{
border-color: #9F9744;
}
.TagClassName
{
border-color: #9F9744;
}
</style>