Shades of Highland #6E914C
Tints of Highland #6E914C
RGB
CMYK
RGB Variations
Color information
#6E914C (or 0x6E914C) is known color: Highland. HEX triplet: 6E, 91 and 4C. RGB value is (110,145,76). Sum of RGB (Red+Green+Blue) = 110+145+76=331 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.23% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #6E914C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E914C is #916EB3. Grayscale: #7E7E7E. Windows color (decimal): -9531060 or 5017966. OLE color: 5017966.
HSL color Cylindrical-coordinate representation of color #6E914C: hue angle of 90.43º 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 #6E914C is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 145 | 76 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.43 |
| HSL | 90.43º | 0.31% | 0.43% | - |
| HSV(B) | 90.43º | 0.48% | 0.57% | - |
| XYZ | 17.86 | 24.09 | 10.55 | - |
| YUV | 126.67 | 99.4 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 145 | 76 | 0.24 | 0 | 0.48 | 0.43 | 90.43 | 0.31 | 0.43 |
| Hex | 6E | 91 | 4C | 18 | 0 | 30 | 2B | 5A | 1F | 2B |
| Octal | 156 | 221 | 114 | 30 | 0 | 60 | 53 | 132 | 37 | 53 |
| Binary | 1101110 | 10010001 | 1001100 | 11000 | 0 | 110000 | 101011 | 1011010 | 11111 | 101011 |
Color Harmonies of #6E914C
Complementary color
Monochromatic Colors of #6E914C
Black with #6E914C
Text Example
Text Example
White with #6E914C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E914C; }
p { color: rgb(110,145,76); }
H1.HeaderClassName
{
color: #6E914C;
}
.AnyTagClassName
{
color: #6E914C;
}
</style>
background-color css
<style>
a { background-color: #6E914C; }
a { background-color: rgb(110,145,76); }
div.DivClassName
{
background-color: #6E914C;
}
.BgClassName
{
background-color: #6E914C;
}
</style>
border-color css
<style>
span { border-color: #6E914C; }
span { border-color: rgb(110,145,76); }
td.TdClassName
{
border-color: #6E914C;
}
.TagClassName
{
border-color: #6E914C;
}
</style>