Shades of Highland #74945B
Tints of Highland #74945B
RGB
CMYK
RGB Variations
Color information
#74945B (or 0x74945B) is known color: Highland. HEX triplet: 74, 94 and 5B. RGB value is (116,148,91). Sum of RGB (Red+Green+Blue) = 116+148+91=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 148 - color contains mainly: green. Hex color #74945B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74945B is #8B6BA4. Grayscale: #848484. Windows color (decimal): -9137061 or 6001780. OLE color: 6001780.
HSL color Cylindrical-coordinate representation of color #74945B: hue angle of 93.68º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74945B is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 148 | 91 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.42 |
| HSL | 93.68º | 0.24% | 0.47% | - |
| HSV(B) | 93.68º | 0.39% | 0.58% | - |
| XYZ | 19.68 | 25.65 | 13.81 | - |
| YUV | 131.93 | 104.9 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 148 | 91 | 0.22 | 0 | 0.39 | 0.42 | 93.68 | 0.24 | 0.47 |
| Hex | 74 | 94 | 5B | 16 | 0 | 27 | 2A | 5E | 18 | 2F |
| Octal | 164 | 224 | 133 | 26 | 0 | 47 | 52 | 136 | 30 | 57 |
| Binary | 1110100 | 10010100 | 1011011 | 10110 | 0 | 100111 | 101010 | 1011110 | 11000 | 101111 |
Color Harmonies of #74945B
Complementary color
Monochromatic Colors of #74945B
Black with #74945B
Text Example
Text Example
White with #74945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74945B; }
p { color: rgb(116,148,91); }
H1.HeaderClassName
{
color: #74945B;
}
.AnyTagClassName
{
color: #74945B;
}
</style>
background-color css
<style>
a { background-color: #74945B; }
a { background-color: rgb(116,148,91); }
div.DivClassName
{
background-color: #74945B;
}
.BgClassName
{
background-color: #74945B;
}
</style>
border-color css
<style>
span { border-color: #74945B; }
span { border-color: rgb(116,148,91); }
td.TdClassName
{
border-color: #74945B;
}
.TagClassName
{
border-color: #74945B;
}
</style>