Shades of Highland #74934D
Tints of Highland #74934D
RGB
CMYK
RGB Variations
Color information
#74934D (or 0x74934D) is known color: Highland. HEX triplet: 74, 93 and 4D. RGB value is (116,147,77). Sum of RGB (Red+Green+Blue) = 116+147+77=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 147 - color contains mainly: green. Hex color #74934D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74934D is #8B6CB2. Grayscale: #828282. Windows color (decimal): -9137331 or 5084020. OLE color: 5084020.
HSL color Cylindrical-coordinate representation of color #74934D: hue angle of 86.57º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74934D is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 147 | 77 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.42 |
| HSL | 86.57º | 0.31% | 0.44% | - |
| HSV(B) | 86.57º | 0.48% | 0.58% | - |
| XYZ | 18.98 | 25.12 | 10.87 | - |
| YUV | 129.75 | 98.23 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 147 | 77 | 0.21 | 0 | 0.48 | 0.42 | 86.57 | 0.31 | 0.44 |
| Hex | 74 | 93 | 4D | 15 | 0 | 30 | 2A | 57 | 1F | 2C |
| Octal | 164 | 223 | 115 | 25 | 0 | 60 | 52 | 127 | 37 | 54 |
| Binary | 1110100 | 10010011 | 1001101 | 10101 | 0 | 110000 | 101010 | 1010111 | 11111 | 101100 |
Color Harmonies of #74934D
Complementary color
Monochromatic Colors of #74934D
Black with #74934D
Text Example
Text Example
White with #74934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74934D; }
p { color: rgb(116,147,77); }
H1.HeaderClassName
{
color: #74934D;
}
.AnyTagClassName
{
color: #74934D;
}
</style>
background-color css
<style>
a { background-color: #74934D; }
a { background-color: rgb(116,147,77); }
div.DivClassName
{
background-color: #74934D;
}
.BgClassName
{
background-color: #74934D;
}
</style>
border-color css
<style>
span { border-color: #74934D; }
span { border-color: rgb(116,147,77); }
td.TdClassName
{
border-color: #74934D;
}
.TagClassName
{
border-color: #74934D;
}
</style>