Shades of Highball #818247
Tints of Highball #818247
RGB
CMYK
RGB Variations
Color information
#818247 (or 0x818247) is known color: Highball. HEX triplet: 81, 82 and 47. RGB value is (129,130,71). Sum of RGB (Red+Green+Blue) = 129+130+71=330 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.09% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 130 - color contains mainly: green. Hex color #818247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818247 is #7E7DB8. Grayscale: #7B7B7B. Windows color (decimal): -8289721 or 4686465. OLE color: 4686465.
HSL color Cylindrical-coordinate representation of color #818247: hue angle of 61.02º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #818247 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 130 | 71 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.49 |
| HSL | 61.02º | 0.29% | 0.39% | - |
| HSV(B) | 61.02º | 0.45% | 0.51% | - |
| XYZ | 18.17 | 21.09 | 9.07 | - |
| YUV | 122.98 | 98.67 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 130 | 71 | 0.01 | 0 | 0.45 | 0.49 | 61.02 | 0.29 | 0.39 |
| Hex | 81 | 82 | 47 | 1 | 0 | 2D | 31 | 3D | 1D | 27 |
| Octal | 201 | 202 | 107 | 1 | 0 | 55 | 61 | 75 | 35 | 47 |
| Binary | 10000001 | 10000010 | 1000111 | 1 | 0 | 101101 | 110001 | 111101 | 11101 | 100111 |
Color Harmonies of #818247
Complementary color
Monochromatic Colors of #818247
Black with #818247
Text Example
Text Example
White with #818247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818247; }
p { color: rgb(129,130,71); }
H1.HeaderClassName
{
color: #818247;
}
.AnyTagClassName
{
color: #818247;
}
</style>
background-color css
<style>
a { background-color: #818247; }
a { background-color: rgb(129,130,71); }
div.DivClassName
{
background-color: #818247;
}
.BgClassName
{
background-color: #818247;
}
</style>
border-color css
<style>
span { border-color: #818247; }
span { border-color: rgb(129,130,71); }
td.TdClassName
{
border-color: #818247;
}
.TagClassName
{
border-color: #818247;
}
</style>