Shades of Highland #72865B
Tints of Highland #72865B
RGB
CMYK
RGB Variations
Color information
#72865B (or 0x72865B) is known color: Highland. HEX triplet: 72, 86 and 5B. RGB value is (114,134,91). Sum of RGB (Red+Green+Blue) = 114+134+91=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 134 - color contains mainly: green. Hex color #72865B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72865B is #8D79A4. Grayscale: #7B7B7B. Windows color (decimal): -9271717 or 5998194. OLE color: 5998194.
HSL color Cylindrical-coordinate representation of color #72865B: hue angle of 87.91º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #72865B is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 134 | 91 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.47 |
| HSL | 87.91º | 0.19% | 0.44% | - |
| HSV(B) | 87.91º | 0.32% | 0.53% | - |
| XYZ | 17.35 | 21.38 | 13.11 | - |
| YUV | 123.12 | 109.87 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 134 | 91 | 0.15 | 0 | 0.32 | 0.47 | 87.91 | 0.19 | 0.44 |
| Hex | 72 | 86 | 5B | F | 0 | 20 | 2F | 58 | 13 | 2C |
| Octal | 162 | 206 | 133 | 17 | 0 | 40 | 57 | 130 | 23 | 54 |
| Binary | 1110010 | 10000110 | 1011011 | 1111 | 0 | 100000 | 101111 | 1011000 | 10011 | 101100 |
Color Harmonies of #72865B
Complementary color
Monochromatic Colors of #72865B
Black with #72865B
Text Example
Text Example
White with #72865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72865B; }
p { color: rgb(114,134,91); }
H1.HeaderClassName
{
color: #72865B;
}
.AnyTagClassName
{
color: #72865B;
}
</style>
background-color css
<style>
a { background-color: #72865B; }
a { background-color: rgb(114,134,91); }
div.DivClassName
{
background-color: #72865B;
}
.BgClassName
{
background-color: #72865B;
}
</style>
border-color css
<style>
span { border-color: #72865B; }
span { border-color: rgb(114,134,91); }
td.TdClassName
{
border-color: #72865B;
}
.TagClassName
{
border-color: #72865B;
}
</style>