Shades of Highland #75914C
Tints of Highland #75914C
RGB
CMYK
RGB Variations
Color information
#75914C (or 0x75914C) is known color: Highland. HEX triplet: 75, 91 and 4C. RGB value is (117,145,76). Sum of RGB (Red+Green+Blue) = 117+145+76=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 145 - color contains mainly: green. Hex color #75914C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75914C is #8A6EB3. Grayscale: #818181. Windows color (decimal): -9072308 or 5017973. OLE color: 5017973.
HSL color Cylindrical-coordinate representation of color #75914C: hue angle of 84.35º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75914C is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 145 | 76 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.43 |
| HSL | 84.35º | 0.31% | 0.43% | - |
| HSV(B) | 84.35º | 0.48% | 0.57% | - |
| XYZ | 18.77 | 24.55 | 10.59 | - |
| YUV | 128.76 | 98.22 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 145 | 76 | 0.19 | 0 | 0.48 | 0.43 | 84.35 | 0.31 | 0.43 |
| Hex | 75 | 91 | 4C | 13 | 0 | 30 | 2B | 54 | 1F | 2B |
| Octal | 165 | 221 | 114 | 23 | 0 | 60 | 53 | 124 | 37 | 53 |
| Binary | 1110101 | 10010001 | 1001100 | 10011 | 0 | 110000 | 101011 | 1010100 | 11111 | 101011 |
Color Harmonies of #75914C
Complementary color
Monochromatic Colors of #75914C
Black with #75914C
Text Example
Text Example
White with #75914C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75914C; }
p { color: rgb(117,145,76); }
H1.HeaderClassName
{
color: #75914C;
}
.AnyTagClassName
{
color: #75914C;
}
</style>
background-color css
<style>
a { background-color: #75914C; }
a { background-color: rgb(117,145,76); }
div.DivClassName
{
background-color: #75914C;
}
.BgClassName
{
background-color: #75914C;
}
</style>
border-color css
<style>
span { border-color: #75914C; }
span { border-color: rgb(117,145,76); }
td.TdClassName
{
border-color: #75914C;
}
.TagClassName
{
border-color: #75914C;
}
</style>