Shades of Highball #8F9053
Tints of Highball #8F9053
RGB
CMYK
RGB Variations
Color information
#8F9053 (or 0x8F9053) is known color: Highball. HEX triplet: 8F, 90 and 53. RGB value is (143,144,83). Sum of RGB (Red+Green+Blue) = 143+144+83=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 144 - color contains mainly: green. Hex color #8F9053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9053 is #706FAC. Grayscale: #888888. Windows color (decimal): -7368621 or 5476495. OLE color: 5476495.
HSL color Cylindrical-coordinate representation of color #8F9053: hue angle of 60.98º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F9053 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 144 | 83 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.44 |
| HSL | 60.98º | 0.27% | 0.45% | - |
| HSV(B) | 60.98º | 0.42% | 0.56% | - |
| XYZ | 22.86 | 26.41 | 12.08 | - |
| YUV | 136.75 | 97.67 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 144 | 83 | 0.01 | 0 | 0.42 | 0.44 | 60.98 | 0.27 | 0.45 |
| Hex | 8F | 90 | 53 | 1 | 0 | 2A | 2C | 3D | 1B | 2D |
| Octal | 217 | 220 | 123 | 1 | 0 | 52 | 54 | 75 | 33 | 55 |
| Binary | 10001111 | 10010000 | 1010011 | 1 | 0 | 101010 | 101100 | 111101 | 11011 | 101101 |
Color Harmonies of #8F9053
Complementary color
Monochromatic Colors of #8F9053
Black with #8F9053
Text Example
Text Example
White with #8F9053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9053; }
p { color: rgb(143,144,83); }
H1.HeaderClassName
{
color: #8F9053;
}
.AnyTagClassName
{
color: #8F9053;
}
</style>
background-color css
<style>
a { background-color: #8F9053; }
a { background-color: rgb(143,144,83); }
div.DivClassName
{
background-color: #8F9053;
}
.BgClassName
{
background-color: #8F9053;
}
</style>
border-color css
<style>
span { border-color: #8F9053; }
span { border-color: rgb(143,144,83); }
td.TdClassName
{
border-color: #8F9053;
}
.TagClassName
{
border-color: #8F9053;
}
</style>