Shades of Highland #74914F
Tints of Highland #74914F
RGB
CMYK
RGB Variations
Color information
#74914F (or 0x74914F) is known color: Highland. HEX triplet: 74, 91 and 4F. RGB value is (116,145,79). Sum of RGB (Red+Green+Blue) = 116+145+79=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 145 - color contains mainly: green. Hex color #74914F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74914F is #8B6EB0. Grayscale: #818181. Windows color (decimal): -9137841 or 5214580. OLE color: 5214580.
HSL color Cylindrical-coordinate representation of color #74914F: hue angle of 86.36º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74914F is Cyan = 0.2, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 145 | 79 | - |
| CMYK | 0.2 | 0 | 0.46 | 0.43 |
| HSL | 86.36º | 0.29% | 0.44% | - |
| HSV(B) | 86.36º | 0.46% | 0.57% | - |
| XYZ | 18.74 | 24.53 | 11.14 | - |
| YUV | 128.81 | 99.89 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 145 | 79 | 0.2 | 0 | 0.46 | 0.43 | 86.36 | 0.29 | 0.44 |
| Hex | 74 | 91 | 4F | 14 | 0 | 2E | 2B | 56 | 1D | 2C |
| Octal | 164 | 221 | 117 | 24 | 0 | 56 | 53 | 126 | 35 | 54 |
| Binary | 1110100 | 10010001 | 1001111 | 10100 | 0 | 101110 | 101011 | 1010110 | 11101 | 101100 |
Color Harmonies of #74914F
Complementary color
Monochromatic Colors of #74914F
Black with #74914F
Text Example
Text Example
White with #74914F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74914F; }
p { color: rgb(116,145,79); }
H1.HeaderClassName
{
color: #74914F;
}
.AnyTagClassName
{
color: #74914F;
}
</style>
background-color css
<style>
a { background-color: #74914F; }
a { background-color: rgb(116,145,79); }
div.DivClassName
{
background-color: #74914F;
}
.BgClassName
{
background-color: #74914F;
}
</style>
border-color css
<style>
span { border-color: #74914F; }
span { border-color: rgb(116,145,79); }
td.TdClassName
{
border-color: #74914F;
}
.TagClassName
{
border-color: #74914F;
}
</style>