Shades of Highland #74905A
Tints of Highland #74905A
RGB
CMYK
RGB Variations
Color information
#74905A (or 0x74905A) is known color: Highland. HEX triplet: 74, 90 and 5A. RGB value is (116,144,90). Sum of RGB (Red+Green+Blue) = 116+144+90=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 144 - color contains mainly: green. Hex color #74905A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74905A is #8B6FA5. Grayscale: #818181. Windows color (decimal): -9138086 or 5935220. OLE color: 5935220.
HSL color Cylindrical-coordinate representation of color #74905A: hue angle of 91.11º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74905A is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 144 | 90 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.44 |
| HSL | 91.11º | 0.23% | 0.46% | - |
| HSV(B) | 91.11º | 0.38% | 0.56% | - |
| XYZ | 19.02 | 24.4 | 13.38 | - |
| YUV | 129.47 | 105.72 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 144 | 90 | 0.19 | 0 | 0.37 | 0.44 | 91.11 | 0.23 | 0.46 |
| Hex | 74 | 90 | 5A | 13 | 0 | 25 | 2C | 5B | 17 | 2E |
| Octal | 164 | 220 | 132 | 23 | 0 | 45 | 54 | 133 | 27 | 56 |
| Binary | 1110100 | 10010000 | 1011010 | 10011 | 0 | 100101 | 101100 | 1011011 | 10111 | 101110 |
Color Harmonies of #74905A
Complementary color
Monochromatic Colors of #74905A
Black with #74905A
Text Example
Text Example
White with #74905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74905A; }
p { color: rgb(116,144,90); }
H1.HeaderClassName
{
color: #74905A;
}
.AnyTagClassName
{
color: #74905A;
}
</style>
background-color css
<style>
a { background-color: #74905A; }
a { background-color: rgb(116,144,90); }
div.DivClassName
{
background-color: #74905A;
}
.BgClassName
{
background-color: #74905A;
}
</style>
border-color css
<style>
span { border-color: #74905A; }
span { border-color: rgb(116,144,90); }
td.TdClassName
{
border-color: #74905A;
}
.TagClassName
{
border-color: #74905A;
}
</style>