Shades of Highball #8F9230
Tints of Highball #8F9230
RGB
CMYK
RGB Variations
Color information
#8F9230 (or 0x8F9230) is known color: Highball. HEX triplet: 8F, 92 and 30. RGB value is (143,146,48). Sum of RGB (Red+Green+Blue) = 143+146+48=337 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.43% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 146 - color contains mainly: green. Hex color #8F9230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9230 is #706DCF. Grayscale: #868686. Windows color (decimal): -7368144 or 3183247. OLE color: 3183247.
HSL color Cylindrical-coordinate representation of color #8F9230: hue angle of 61.84º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F9230 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 146 | 48 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.43 |
| HSL | 61.84º | 0.51% | 0.38% | - |
| HSV(B) | 61.84º | 0.67% | 0.57% | - |
| XYZ | 22.14 | 26.61 | 6.77 | - |
| YUV | 133.93 | 79.51 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 146 | 48 | 0.02 | 0 | 0.67 | 0.43 | 61.84 | 0.51 | 0.38 |
| Hex | 8F | 92 | 30 | 2 | 0 | 43 | 2B | 3E | 33 | 26 |
| Octal | 217 | 222 | 60 | 2 | 0 | 103 | 53 | 76 | 63 | 46 |
| Binary | 10001111 | 10010010 | 110000 | 10 | 0 | 1000011 | 101011 | 111110 | 110011 | 100110 |
Color Harmonies of #8F9230
Complementary color
Monochromatic Colors of #8F9230
Black with #8F9230
Text Example
Text Example
White with #8F9230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9230; }
p { color: rgb(143,146,48); }
H1.HeaderClassName
{
color: #8F9230;
}
.AnyTagClassName
{
color: #8F9230;
}
</style>
background-color css
<style>
a { background-color: #8F9230; }
a { background-color: rgb(143,146,48); }
div.DivClassName
{
background-color: #8F9230;
}
.BgClassName
{
background-color: #8F9230;
}
</style>
border-color css
<style>
span { border-color: #8F9230; }
span { border-color: rgb(143,146,48); }
td.TdClassName
{
border-color: #8F9230;
}
.TagClassName
{
border-color: #8F9230;
}
</style>