Shades of Highball #8F914B
Tints of Highball #8F914B
RGB
CMYK
RGB Variations
Color information
#8F914B (or 0x8F914B) is known color: Highball. HEX triplet: 8F, 91 and 4B. RGB value is (143,145,75). Sum of RGB (Red+Green+Blue) = 143+145+75=363 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.39% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 145 - color contains mainly: green. Hex color #8F914B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F914B is #706EB4. Grayscale: #888888. Windows color (decimal): -7368373 or 4952463. OLE color: 4952463.
HSL color Cylindrical-coordinate representation of color #8F914B: hue angle of 61.71º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F914B is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 145 | 75 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.43 |
| HSL | 61.71º | 0.32% | 0.43% | - |
| HSV(B) | 61.71º | 0.48% | 0.57% | - |
| XYZ | 22.72 | 26.6 | 10.59 | - |
| YUV | 136.42 | 93.34 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 145 | 75 | 0.01 | 0 | 0.48 | 0.43 | 61.71 | 0.32 | 0.43 |
| Hex | 8F | 91 | 4B | 1 | 0 | 30 | 2B | 3E | 20 | 2B |
| Octal | 217 | 221 | 113 | 1 | 0 | 60 | 53 | 76 | 40 | 53 |
| Binary | 10001111 | 10010001 | 1001011 | 1 | 0 | 110000 | 101011 | 111110 | 100000 | 101011 |
Color Harmonies of #8F914B
Complementary color
Monochromatic Colors of #8F914B
Black with #8F914B
Text Example
Text Example
White with #8F914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F914B; }
p { color: rgb(143,145,75); }
H1.HeaderClassName
{
color: #8F914B;
}
.AnyTagClassName
{
color: #8F914B;
}
</style>
background-color css
<style>
a { background-color: #8F914B; }
a { background-color: rgb(143,145,75); }
div.DivClassName
{
background-color: #8F914B;
}
.BgClassName
{
background-color: #8F914B;
}
</style>
border-color css
<style>
span { border-color: #8F914B; }
span { border-color: rgb(143,145,75); }
td.TdClassName
{
border-color: #8F914B;
}
.TagClassName
{
border-color: #8F914B;
}
</style>