Shades of Highland #6E904E
Tints of Highland #6E904E
RGB
CMYK
RGB Variations
Color information
#6E904E (or 0x6E904E) is known color: Highland. HEX triplet: 6E, 90 and 4E. RGB value is (110,144,78). Sum of RGB (Red+Green+Blue) = 110+144+78=332 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.13% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 144 - color contains mainly: green. Hex color #6E904E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E904E is #916FB1. Grayscale: #7E7E7E. Windows color (decimal): -9531314 or 5148782. OLE color: 5148782.
HSL color Cylindrical-coordinate representation of color #6E904E: hue angle of 90.91º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E904E is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 144 | 78 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.44 |
| HSL | 90.91º | 0.3% | 0.44% | - |
| HSV(B) | 90.91º | 0.46% | 0.56% | - |
| XYZ | 17.78 | 23.81 | 10.87 | - |
| YUV | 126.31 | 100.74 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 144 | 78 | 0.24 | 0 | 0.46 | 0.44 | 90.91 | 0.3 | 0.44 |
| Hex | 6E | 90 | 4E | 18 | 0 | 2E | 2C | 5B | 1E | 2C |
| Octal | 156 | 220 | 116 | 30 | 0 | 56 | 54 | 133 | 36 | 54 |
| Binary | 1101110 | 10010000 | 1001110 | 11000 | 0 | 101110 | 101100 | 1011011 | 11110 | 101100 |
Color Harmonies of #6E904E
Complementary color
Monochromatic Colors of #6E904E
Black with #6E904E
Text Example
Text Example
White with #6E904E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E904E; }
p { color: rgb(110,144,78); }
H1.HeaderClassName
{
color: #6E904E;
}
.AnyTagClassName
{
color: #6E904E;
}
</style>
background-color css
<style>
a { background-color: #6E904E; }
a { background-color: rgb(110,144,78); }
div.DivClassName
{
background-color: #6E904E;
}
.BgClassName
{
background-color: #6E904E;
}
</style>
border-color css
<style>
span { border-color: #6E904E; }
span { border-color: rgb(110,144,78); }
td.TdClassName
{
border-color: #6E904E;
}
.TagClassName
{
border-color: #6E904E;
}
</style>