Shades of Highland #748A56
Tints of Highland #748A56
RGB
CMYK
RGB Variations
Color information
#748A56 (or 0x748A56) is known color: Highland. HEX triplet: 74, 8A and 56. RGB value is (116,138,86). Sum of RGB (Red+Green+Blue) = 116+138+86=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 138 (54.30% from 255 or 40.59% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 138 - color contains mainly: green. Hex color #748A56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748A56 is #8B75A9. Grayscale: #7D7D7D. Windows color (decimal): -9139626 or 5671540. OLE color: 5671540.
HSL color Cylindrical-coordinate representation of color #748A56: hue angle of 85.38º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #748A56 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 138 | 86 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.46 |
| HSL | 85.38º | 0.23% | 0.44% | - |
| HSV(B) | 85.38º | 0.38% | 0.54% | - |
| XYZ | 17.97 | 22.56 | 12.21 | - |
| YUV | 125.49 | 105.71 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 138 | 86 | 0.16 | 0 | 0.38 | 0.46 | 85.38 | 0.23 | 0.44 |
| Hex | 74 | 8A | 56 | 10 | 0 | 26 | 2E | 55 | 17 | 2C |
| Octal | 164 | 212 | 126 | 20 | 0 | 46 | 56 | 125 | 27 | 54 |
| Binary | 1110100 | 10001010 | 1010110 | 10000 | 0 | 100110 | 101110 | 1010101 | 10111 | 101100 |
Color Harmonies of #748A56
Complementary color
Monochromatic Colors of #748A56
Black with #748A56
Text Example
Text Example
White with #748A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748A56; }
p { color: rgb(116,138,86); }
H1.HeaderClassName
{
color: #748A56;
}
.AnyTagClassName
{
color: #748A56;
}
</style>
background-color css
<style>
a { background-color: #748A56; }
a { background-color: rgb(116,138,86); }
div.DivClassName
{
background-color: #748A56;
}
.BgClassName
{
background-color: #748A56;
}
</style>
border-color css
<style>
span { border-color: #748A56; }
span { border-color: rgb(116,138,86); }
td.TdClassName
{
border-color: #748A56;
}
.TagClassName
{
border-color: #748A56;
}
</style>