Shades of Highland #73875B
Tints of Highland #73875B
RGB
CMYK
RGB Variations
Color information
#73875B (or 0x73875B) is known color: Highland. HEX triplet: 73, 87 and 5B. RGB value is (115,135,91). Sum of RGB (Red+Green+Blue) = 115+135+91=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 135 (53.12% from 255 or 39.59% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 135 - color contains mainly: green. Hex color #73875B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73875B is #8C78A4. Grayscale: #7C7C7C. Windows color (decimal): -9205925 or 5998451. OLE color: 5998451.
HSL color Cylindrical-coordinate representation of color #73875B: hue angle of 87.27º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #73875B is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 135 | 91 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.47 |
| HSL | 87.27º | 0.19% | 0.44% | - |
| HSV(B) | 87.27º | 0.33% | 0.53% | - |
| XYZ | 17.62 | 21.73 | 13.16 | - |
| YUV | 124 | 109.37 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 135 | 91 | 0.15 | 0 | 0.33 | 0.47 | 87.27 | 0.19 | 0.44 |
| Hex | 73 | 87 | 5B | F | 0 | 21 | 2F | 57 | 13 | 2C |
| Octal | 163 | 207 | 133 | 17 | 0 | 41 | 57 | 127 | 23 | 54 |
| Binary | 1110011 | 10000111 | 1011011 | 1111 | 0 | 100001 | 101111 | 1010111 | 10011 | 101100 |
Color Harmonies of #73875B
Complementary color
Monochromatic Colors of #73875B
Black with #73875B
Text Example
Text Example
White with #73875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73875B; }
p { color: rgb(115,135,91); }
H1.HeaderClassName
{
color: #73875B;
}
.AnyTagClassName
{
color: #73875B;
}
</style>
background-color css
<style>
a { background-color: #73875B; }
a { background-color: rgb(115,135,91); }
div.DivClassName
{
background-color: #73875B;
}
.BgClassName
{
background-color: #73875B;
}
</style>
border-color css
<style>
span { border-color: #73875B; }
span { border-color: rgb(115,135,91); }
td.TdClassName
{
border-color: #73875B;
}
.TagClassName
{
border-color: #73875B;
}
</style>