Shades of Highland #819C66
Tints of Highland #819C66
RGB
CMYK
RGB Variations
Color information
#819C66 (or 0x819C66) is known color: Highland. HEX triplet: 81, 9C and 66. RGB value is (129,156,102). Sum of RGB (Red+Green+Blue) = 129+156+102=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 156 - color contains mainly: green. Hex color #819C66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819C66 is #7E6399. Grayscale: #8D8D8D. Windows color (decimal): -8283034 or 6724737. OLE color: 6724737.
HSL color Cylindrical-coordinate representation of color #819C66: hue angle of 90º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #819C66 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 156 | 102 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.39 |
| HSL | 90º | 0.21% | 0.51% | - |
| HSV(B) | 90º | 0.35% | 0.61% | - |
| XYZ | 23.34 | 29.4 | 17.02 | - |
| YUV | 141.77 | 105.55 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 156 | 102 | 0.17 | 0 | 0.35 | 0.39 | 90 | 0.21 | 0.51 |
| Hex | 81 | 9C | 66 | 11 | 0 | 23 | 27 | 5A | 15 | 33 |
| Octal | 201 | 234 | 146 | 21 | 0 | 43 | 47 | 132 | 25 | 63 |
| Binary | 10000001 | 10011100 | 1100110 | 10001 | 0 | 100011 | 100111 | 1011010 | 10101 | 110011 |
Color Harmonies of #819C66
Complementary color
Monochromatic Colors of #819C66
Black with #819C66
Text Example
Text Example
White with #819C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819C66; }
p { color: rgb(129,156,102); }
H1.HeaderClassName
{
color: #819C66;
}
.AnyTagClassName
{
color: #819C66;
}
</style>
background-color css
<style>
a { background-color: #819C66; }
a { background-color: rgb(129,156,102); }
div.DivClassName
{
background-color: #819C66;
}
.BgClassName
{
background-color: #819C66;
}
</style>
border-color css
<style>
span { border-color: #819C66; }
span { border-color: rgb(129,156,102); }
td.TdClassName
{
border-color: #819C66;
}
.TagClassName
{
border-color: #819C66;
}
</style>