Shades of Highland #74955D
Tints of Highland #74955D
RGB
CMYK
RGB Variations
Color information
#74955D (or 0x74955D) is known color: Highland. HEX triplet: 74, 95 and 5D. RGB value is (116,149,93). Sum of RGB (Red+Green+Blue) = 116+149+93=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 149 - color contains mainly: green. Hex color #74955D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74955D is #8B6AA2. Grayscale: #848484. Windows color (decimal): -9136803 or 6133108. OLE color: 6133108.
HSL color Cylindrical-coordinate representation of color #74955D: hue angle of 95.36º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74955D is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 149 | 93 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.42 |
| HSL | 95.36º | 0.23% | 0.47% | - |
| HSV(B) | 95.36º | 0.38% | 0.58% | - |
| XYZ | 19.93 | 26 | 14.32 | - |
| YUV | 132.75 | 105.57 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 149 | 93 | 0.22 | 0 | 0.38 | 0.42 | 95.36 | 0.23 | 0.47 |
| Hex | 74 | 95 | 5D | 16 | 0 | 26 | 2A | 5F | 17 | 2F |
| Octal | 164 | 225 | 135 | 26 | 0 | 46 | 52 | 137 | 27 | 57 |
| Binary | 1110100 | 10010101 | 1011101 | 10110 | 0 | 100110 | 101010 | 1011111 | 10111 | 101111 |
Color Harmonies of #74955D
Complementary color
Monochromatic Colors of #74955D
Black with #74955D
Text Example
Text Example
White with #74955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74955D; }
p { color: rgb(116,149,93); }
H1.HeaderClassName
{
color: #74955D;
}
.AnyTagClassName
{
color: #74955D;
}
</style>
background-color css
<style>
a { background-color: #74955D; }
a { background-color: rgb(116,149,93); }
div.DivClassName
{
background-color: #74955D;
}
.BgClassName
{
background-color: #74955D;
}
</style>
border-color css
<style>
span { border-color: #74955D; }
span { border-color: rgb(116,149,93); }
td.TdClassName
{
border-color: #74955D;
}
.TagClassName
{
border-color: #74955D;
}
</style>