Shades of Highland #749256
Tints of Highland #749256
RGB
CMYK
RGB Variations
Color information
#749256 (or 0x749256) is known color: Highland. HEX triplet: 74, 92 and 56. RGB value is (116,146,86). Sum of RGB (Red+Green+Blue) = 116+146+86=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 146 - color contains mainly: green. Hex color #749256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749256 is #8B6DA9. Grayscale: #828282. Windows color (decimal): -9137578 or 5673588. OLE color: 5673588.
HSL color Cylindrical-coordinate representation of color #749256: hue angle of 90º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #749256 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 146 | 86 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.43 |
| HSL | 90º | 0.26% | 0.45% | - |
| HSV(B) | 90º | 0.41% | 0.57% | - |
| XYZ | 19.16 | 24.94 | 12.61 | - |
| YUV | 130.19 | 103.06 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 146 | 86 | 0.21 | 0 | 0.41 | 0.43 | 90 | 0.26 | 0.45 |
| Hex | 74 | 92 | 56 | 15 | 0 | 29 | 2B | 5A | 1A | 2D |
| Octal | 164 | 222 | 126 | 25 | 0 | 51 | 53 | 132 | 32 | 55 |
| Binary | 1110100 | 10010010 | 1010110 | 10101 | 0 | 101001 | 101011 | 1011010 | 11010 | 101101 |
Color Harmonies of #749256
Complementary color
Monochromatic Colors of #749256
Black with #749256
Text Example
Text Example
White with #749256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749256; }
p { color: rgb(116,146,86); }
H1.HeaderClassName
{
color: #749256;
}
.AnyTagClassName
{
color: #749256;
}
</style>
background-color css
<style>
a { background-color: #749256; }
a { background-color: rgb(116,146,86); }
div.DivClassName
{
background-color: #749256;
}
.BgClassName
{
background-color: #749256;
}
</style>
border-color css
<style>
span { border-color: #749256; }
span { border-color: rgb(116,146,86); }
td.TdClassName
{
border-color: #749256;
}
.TagClassName
{
border-color: #749256;
}
</style>