Shades of Highland #74945D
Tints of Highland #74945D
RGB
CMYK
RGB Variations
Color information
#74945D (or 0x74945D) is known color: Highland. HEX triplet: 74, 94 and 5D. RGB value is (116,148,93). Sum of RGB (Red+Green+Blue) = 116+148+93=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 148 - color contains mainly: green. Hex color #74945D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74945D is #8B6BA2. Grayscale: #848484. Windows color (decimal): -9137059 or 6132852. OLE color: 6132852.
HSL color Cylindrical-coordinate representation of color #74945D: hue angle of 94.91º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74945D is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 148 | 93 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.42 |
| HSL | 94.91º | 0.23% | 0.47% | - |
| HSV(B) | 94.91º | 0.37% | 0.58% | - |
| XYZ | 19.77 | 25.68 | 14.27 | - |
| YUV | 132.16 | 105.9 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 148 | 93 | 0.22 | 0 | 0.37 | 0.42 | 94.91 | 0.23 | 0.47 |
| Hex | 74 | 94 | 5D | 16 | 0 | 25 | 2A | 5F | 17 | 2F |
| Octal | 164 | 224 | 135 | 26 | 0 | 45 | 52 | 137 | 27 | 57 |
| Binary | 1110100 | 10010100 | 1011101 | 10110 | 0 | 100101 | 101010 | 1011111 | 10111 | 101111 |
Color Harmonies of #74945D
Complementary color
Monochromatic Colors of #74945D
Black with #74945D
Text Example
Text Example
White with #74945D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74945D; }
p { color: rgb(116,148,93); }
H1.HeaderClassName
{
color: #74945D;
}
.AnyTagClassName
{
color: #74945D;
}
</style>
background-color css
<style>
a { background-color: #74945D; }
a { background-color: rgb(116,148,93); }
div.DivClassName
{
background-color: #74945D;
}
.BgClassName
{
background-color: #74945D;
}
</style>
border-color css
<style>
span { border-color: #74945D; }
span { border-color: rgb(116,148,93); }
td.TdClassName
{
border-color: #74945D;
}
.TagClassName
{
border-color: #74945D;
}
</style>