Shades of Highland #74904E
Tints of Highland #74904E
RGB
CMYK
RGB Variations
Color information
#74904E (or 0x74904E) is known color: Highland. HEX triplet: 74, 90 and 4E. RGB value is (116,144,78). Sum of RGB (Red+Green+Blue) = 116+144+78=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 144 - color contains mainly: green. Hex color #74904E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74904E is #8B6FB1. Grayscale: #808080. Windows color (decimal): -9138098 or 5148788. OLE color: 5148788.
HSL color Cylindrical-coordinate representation of color #74904E: hue angle of 85.45º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74904E is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 144 | 78 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.44 |
| HSL | 85.45º | 0.3% | 0.44% | - |
| HSV(B) | 85.45º | 0.46% | 0.56% | - |
| XYZ | 18.55 | 24.21 | 10.9 | - |
| YUV | 128.1 | 99.72 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 144 | 78 | 0.19 | 0 | 0.46 | 0.44 | 85.45 | 0.3 | 0.44 |
| Hex | 74 | 90 | 4E | 13 | 0 | 2E | 2C | 55 | 1E | 2C |
| Octal | 164 | 220 | 116 | 23 | 0 | 56 | 54 | 125 | 36 | 54 |
| Binary | 1110100 | 10010000 | 1001110 | 10011 | 0 | 101110 | 101100 | 1010101 | 11110 | 101100 |
Color Harmonies of #74904E
Complementary color
Monochromatic Colors of #74904E
Black with #74904E
Text Example
Text Example
White with #74904E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74904E; }
p { color: rgb(116,144,78); }
H1.HeaderClassName
{
color: #74904E;
}
.AnyTagClassName
{
color: #74904E;
}
</style>
background-color css
<style>
a { background-color: #74904E; }
a { background-color: rgb(116,144,78); }
div.DivClassName
{
background-color: #74904E;
}
.BgClassName
{
background-color: #74904E;
}
</style>
border-color css
<style>
span { border-color: #74904E; }
span { border-color: rgb(116,144,78); }
td.TdClassName
{
border-color: #74904E;
}
.TagClassName
{
border-color: #74904E;
}
</style>