Shades of Highball #8F913D
Tints of Highball #8F913D
RGB
CMYK
RGB Variations
Color information
#8F913D (or 0x8F913D) is known color: Highball. HEX triplet: 8F, 91 and 3D. RGB value is (143,145,61). Sum of RGB (Red+Green+Blue) = 143+145+61=349 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.97% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 145 - color contains mainly: green. Hex color #8F913D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F913D is #706EC2. Grayscale: #878787. Windows color (decimal): -7368387 or 4034959. OLE color: 4034959.
HSL color Cylindrical-coordinate representation of color #8F913D: hue angle of 61.43º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8F913D is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 145 | 61 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.43 |
| HSL | 61.43º | 0.41% | 0.4% | - |
| HSV(B) | 61.43º | 0.58% | 0.57% | - |
| XYZ | 22.3 | 26.43 | 8.34 | - |
| YUV | 134.83 | 86.34 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 145 | 61 | 0.01 | 0 | 0.58 | 0.43 | 61.43 | 0.41 | 0.4 |
| Hex | 8F | 91 | 3D | 1 | 0 | 3A | 2B | 3D | 29 | 28 |
| Octal | 217 | 221 | 75 | 1 | 0 | 72 | 53 | 75 | 51 | 50 |
| Binary | 10001111 | 10010001 | 111101 | 1 | 0 | 111010 | 101011 | 111101 | 101001 | 101000 |
Color Harmonies of #8F913D
Complementary color
Monochromatic Colors of #8F913D
Black with #8F913D
Text Example
Text Example
White with #8F913D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F913D; }
p { color: rgb(143,145,61); }
H1.HeaderClassName
{
color: #8F913D;
}
.AnyTagClassName
{
color: #8F913D;
}
</style>
background-color css
<style>
a { background-color: #8F913D; }
a { background-color: rgb(143,145,61); }
div.DivClassName
{
background-color: #8F913D;
}
.BgClassName
{
background-color: #8F913D;
}
</style>
border-color css
<style>
span { border-color: #8F913D; }
span { border-color: rgb(143,145,61); }
td.TdClassName
{
border-color: #8F913D;
}
.TagClassName
{
border-color: #8F913D;
}
</style>