Shades of Highland #74975C
Tints of Highland #74975C
RGB
CMYK
RGB Variations
Color information
#74975C (or 0x74975C) is known color: Highland. HEX triplet: 74, 97 and 5C. RGB value is (116,151,92). Sum of RGB (Red+Green+Blue) = 116+151+92=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 151 (59.38% from 255 or 42.06% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 151 - color contains mainly: green. Hex color #74975C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74975C is #8B68A3. Grayscale: #868686. Windows color (decimal): -9136292 or 6068084. OLE color: 6068084.
HSL color Cylindrical-coordinate representation of color #74975C: hue angle of 95.59º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74975C is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 151 | 92 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.41 |
| HSL | 95.59º | 0.24% | 0.48% | - |
| HSV(B) | 95.59º | 0.39% | 0.59% | - |
| XYZ | 20.2 | 26.62 | 14.2 | - |
| YUV | 133.81 | 104.4 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 151 | 92 | 0.23 | 0 | 0.39 | 0.41 | 95.59 | 0.24 | 0.48 |
| Hex | 74 | 97 | 5C | 17 | 0 | 27 | 29 | 60 | 18 | 30 |
| Octal | 164 | 227 | 134 | 27 | 0 | 47 | 51 | 140 | 30 | 60 |
| Binary | 1110100 | 10010111 | 1011100 | 10111 | 0 | 100111 | 101001 | 1100000 | 11000 | 110000 |
Color Harmonies of #74975C
Complementary color
Monochromatic Colors of #74975C
Black with #74975C
Text Example
Text Example
White with #74975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74975C; }
p { color: rgb(116,151,92); }
H1.HeaderClassName
{
color: #74975C;
}
.AnyTagClassName
{
color: #74975C;
}
</style>
background-color css
<style>
a { background-color: #74975C; }
a { background-color: rgb(116,151,92); }
div.DivClassName
{
background-color: #74975C;
}
.BgClassName
{
background-color: #74975C;
}
</style>
border-color css
<style>
span { border-color: #74975C; }
span { border-color: rgb(116,151,92); }
td.TdClassName
{
border-color: #74975C;
}
.TagClassName
{
border-color: #74975C;
}
</style>