Shades of Highball #8F943D
Tints of Highball #8F943D
RGB
CMYK
RGB Variations
Color information
#8F943D (or 0x8F943D) is known color: Highball. HEX triplet: 8F, 94 and 3D. RGB value is (143,148,61). Sum of RGB (Red+Green+Blue) = 143+148+61=352 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.62% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 148 - color contains mainly: green. Hex color #8F943D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F943D is #706BC2. Grayscale: #888888. Windows color (decimal): -7367619 or 4035727. OLE color: 4035727.
HSL color Cylindrical-coordinate representation of color #8F943D: hue angle of 63.45º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F943D is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 148 | 61 | - |
| CMYK | 0.03 | 0 | 0.59 | 0.42 |
| HSL | 63.45º | 0.42% | 0.41% | - |
| HSV(B) | 63.45º | 0.59% | 0.58% | - |
| XYZ | 22.76 | 27.36 | 8.5 | - |
| YUV | 136.59 | 85.34 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 61 | 0.03 | 0 | 0.59 | 0.42 | 63.45 | 0.42 | 0.41 |
| Hex | 8F | 94 | 3D | 3 | 0 | 3B | 2A | 3F | 2A | 29 |
| Octal | 217 | 224 | 75 | 3 | 0 | 73 | 52 | 77 | 52 | 51 |
| Binary | 10001111 | 10010100 | 111101 | 11 | 0 | 111011 | 101010 | 111111 | 101010 | 101001 |
Color Harmonies of #8F943D
Complementary color
Monochromatic Colors of #8F943D
Black with #8F943D
Text Example
Text Example
White with #8F943D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F943D; }
p { color: rgb(143,148,61); }
H1.HeaderClassName
{
color: #8F943D;
}
.AnyTagClassName
{
color: #8F943D;
}
</style>
background-color css
<style>
a { background-color: #8F943D; }
a { background-color: rgb(143,148,61); }
div.DivClassName
{
background-color: #8F943D;
}
.BgClassName
{
background-color: #8F943D;
}
</style>
border-color css
<style>
span { border-color: #8F943D; }
span { border-color: rgb(143,148,61); }
td.TdClassName
{
border-color: #8F943D;
}
.TagClassName
{
border-color: #8F943D;
}
</style>