Shades of Highland #6E9251
Tints of Highland #6E9251
RGB
CMYK
RGB Variations
Color information
#6E9251 (or 0x6E9251) is known color: Highland. HEX triplet: 6E, 92 and 51. RGB value is (110,146,81). Sum of RGB (Red+Green+Blue) = 110+146+81=337 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.64% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 146 - color contains mainly: green. Hex color #6E9251 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9251 is #916DAE. Grayscale: #808080. Windows color (decimal): -9530799 or 5345902. OLE color: 5345902.
HSL color Cylindrical-coordinate representation of color #6E9251: hue angle of 93.23º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6E9251 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 146 | 81 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.43 |
| HSL | 93.23º | 0.29% | 0.45% | - |
| HSV(B) | 93.23º | 0.45% | 0.57% | - |
| XYZ | 18.19 | 24.47 | 11.55 | - |
| YUV | 127.83 | 101.57 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 146 | 81 | 0.25 | 0 | 0.45 | 0.43 | 93.23 | 0.29 | 0.45 |
| Hex | 6E | 92 | 51 | 19 | 0 | 2D | 2B | 5D | 1D | 2D |
| Octal | 156 | 222 | 121 | 31 | 0 | 55 | 53 | 135 | 35 | 55 |
| Binary | 1101110 | 10010010 | 1010001 | 11001 | 0 | 101101 | 101011 | 1011101 | 11101 | 101101 |
Color Harmonies of #6E9251
Complementary color
Monochromatic Colors of #6E9251
Black with #6E9251
Text Example
Text Example
White with #6E9251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9251; }
p { color: rgb(110,146,81); }
H1.HeaderClassName
{
color: #6E9251;
}
.AnyTagClassName
{
color: #6E9251;
}
</style>
background-color css
<style>
a { background-color: #6E9251; }
a { background-color: rgb(110,146,81); }
div.DivClassName
{
background-color: #6E9251;
}
.BgClassName
{
background-color: #6E9251;
}
</style>
border-color css
<style>
span { border-color: #6E9251; }
span { border-color: rgb(110,146,81); }
td.TdClassName
{
border-color: #6E9251;
}
.TagClassName
{
border-color: #6E9251;
}
</style>