Shades of Highland #74975E
Tints of Highland #74975E
RGB
CMYK
RGB Variations
Color information
#74975E (or 0x74975E) is known color: Highland. HEX triplet: 74, 97 and 5E. RGB value is (116,151,94). Sum of RGB (Red+Green+Blue) = 116+151+94=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 151 (59.38% from 255 or 41.83% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 151 - color contains mainly: green. Hex color #74975E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74975E is #8B68A1. Grayscale: #868686. Windows color (decimal): -9136290 or 6199156. OLE color: 6199156.
HSL color Cylindrical-coordinate representation of color #74975E: hue angle of 96.84º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74975E is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 151 | 94 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.41 |
| HSL | 96.84º | 0.23% | 0.48% | - |
| HSV(B) | 96.84º | 0.38% | 0.59% | - |
| XYZ | 20.29 | 26.65 | 14.67 | - |
| YUV | 134.04 | 105.4 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 151 | 94 | 0.23 | 0 | 0.38 | 0.41 | 96.84 | 0.23 | 0.48 |
| Hex | 74 | 97 | 5E | 17 | 0 | 26 | 29 | 61 | 17 | 30 |
| Octal | 164 | 227 | 136 | 27 | 0 | 46 | 51 | 141 | 27 | 60 |
| Binary | 1110100 | 10010111 | 1011110 | 10111 | 0 | 100110 | 101001 | 1100001 | 10111 | 110000 |
Color Harmonies of #74975E
Complementary color
Monochromatic Colors of #74975E
Black with #74975E
Text Example
Text Example
White with #74975E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74975E; }
p { color: rgb(116,151,94); }
H1.HeaderClassName
{
color: #74975E;
}
.AnyTagClassName
{
color: #74975E;
}
</style>
background-color css
<style>
a { background-color: #74975E; }
a { background-color: rgb(116,151,94); }
div.DivClassName
{
background-color: #74975E;
}
.BgClassName
{
background-color: #74975E;
}
</style>
border-color css
<style>
span { border-color: #74975E; }
span { border-color: rgb(116,151,94); }
td.TdClassName
{
border-color: #74975E;
}
.TagClassName
{
border-color: #74975E;
}
</style>