Shades of Highland #74985C
Tints of Highland #74985C
RGB
CMYK
RGB Variations
Color information
#74985C (or 0x74985C) is known color: Highland. HEX triplet: 74, 98 and 5C. RGB value is (116,152,92). Sum of RGB (Red+Green+Blue) = 116+152+92=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 152 - color contains mainly: green. Hex color #74985C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74985C is #8B67A3. Grayscale: #868686. Windows color (decimal): -9136036 or 6068340. OLE color: 6068340.
HSL color Cylindrical-coordinate representation of color #74985C: hue angle of 96º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74985C is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 152 | 92 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.40 |
| HSL | 96º | 0.25% | 0.48% | - |
| HSV(B) | 96º | 0.39% | 0.6% | - |
| XYZ | 20.36 | 26.94 | 14.25 | - |
| YUV | 134.4 | 104.07 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 152 | 92 | 0.24 | 0 | 0.39 | 0.40 | 96 | 0.25 | 0.48 |
| Hex | 74 | 98 | 5C | 18 | 0 | 27 | 28 | 60 | 19 | 30 |
| Octal | 164 | 230 | 134 | 30 | 0 | 47 | 50 | 140 | 31 | 60 |
| Binary | 1110100 | 10011000 | 1011100 | 11000 | 0 | 100111 | 101000 | 1100000 | 11001 | 110000 |
Color Harmonies of #74985C
Complementary color
Monochromatic Colors of #74985C
Black with #74985C
Text Example
Text Example
White with #74985C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74985C; }
p { color: rgb(116,152,92); }
H1.HeaderClassName
{
color: #74985C;
}
.AnyTagClassName
{
color: #74985C;
}
</style>
background-color css
<style>
a { background-color: #74985C; }
a { background-color: rgb(116,152,92); }
div.DivClassName
{
background-color: #74985C;
}
.BgClassName
{
background-color: #74985C;
}
</style>
border-color css
<style>
span { border-color: #74985C; }
span { border-color: rgb(116,152,92); }
td.TdClassName
{
border-color: #74985C;
}
.TagClassName
{
border-color: #74985C;
}
</style>