Shades of Highland #748C61
Tints of Highland #748C61
RGB
CMYK
RGB Variations
Color information
#748C61 (or 0x748C61) is known color: Highland. HEX triplet: 74, 8C and 61. RGB value is (116,140,97). Sum of RGB (Red+Green+Blue) = 116+140+97=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 97 (38.28% from 255 or 27.48% from 353); Max value from RGB is 140 - color contains mainly: green. Hex color #748C61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748C61 is #8B739E. Grayscale: #808080. Windows color (decimal): -9139103 or 6392948. OLE color: 6392948.
HSL color Cylindrical-coordinate representation of color #748C61: hue angle of 93.49º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #748C61 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 140 | 97 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.45 |
| HSL | 93.49º | 0.18% | 0.46% | - |
| HSV(B) | 93.49º | 0.31% | 0.55% | - |
| XYZ | 18.74 | 23.33 | 14.83 | - |
| YUV | 127.92 | 110.55 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 140 | 97 | 0.17 | 0 | 0.31 | 0.45 | 93.49 | 0.18 | 0.46 |
| Hex | 74 | 8C | 61 | 11 | 0 | 1F | 2D | 5D | 12 | 2E |
| Octal | 164 | 214 | 141 | 21 | 0 | 37 | 55 | 135 | 22 | 56 |
| Binary | 1110100 | 10001100 | 1100001 | 10001 | 0 | 11111 | 101101 | 1011101 | 10010 | 101110 |
Color Harmonies of #748C61
Complementary color
Monochromatic Colors of #748C61
Black with #748C61
Text Example
Text Example
White with #748C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748C61; }
p { color: rgb(116,140,97); }
H1.HeaderClassName
{
color: #748C61;
}
.AnyTagClassName
{
color: #748C61;
}
</style>
background-color css
<style>
a { background-color: #748C61; }
a { background-color: rgb(116,140,97); }
div.DivClassName
{
background-color: #748C61;
}
.BgClassName
{
background-color: #748C61;
}
</style>
border-color css
<style>
span { border-color: #748C61; }
span { border-color: rgb(116,140,97); }
td.TdClassName
{
border-color: #748C61;
}
.TagClassName
{
border-color: #748C61;
}
</style>