Shades of Highland #6E935C
Tints of Highland #6E935C
RGB
CMYK
RGB Variations
Color information
#6E935C (or 0x6E935C) is known color: Highland. HEX triplet: 6E, 93 and 5C. RGB value is (110,147,92). Sum of RGB (Red+Green+Blue) = 110+147+92=349 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.52% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 147 - color contains mainly: green. Hex color #6E935C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E935C is #916CA3. Grayscale: #818181. Windows color (decimal): -9530532 or 6067054. OLE color: 6067054.
HSL color Cylindrical-coordinate representation of color #6E935C: hue angle of 100.36º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6E935C is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 147 | 92 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.42 |
| HSL | 100.36º | 0.23% | 0.47% | - |
| HSV(B) | 100.36º | 0.37% | 0.58% | - |
| XYZ | 18.8 | 24.96 | 13.95 | - |
| YUV | 129.67 | 106.74 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 147 | 92 | 0.25 | 0 | 0.37 | 0.42 | 100.36 | 0.23 | 0.47 |
| Hex | 6E | 93 | 5C | 19 | 0 | 25 | 2A | 64 | 17 | 2F |
| Octal | 156 | 223 | 134 | 31 | 0 | 45 | 52 | 144 | 27 | 57 |
| Binary | 1101110 | 10010011 | 1011100 | 11001 | 0 | 100101 | 101010 | 1100100 | 10111 | 101111 |
Color Harmonies of #6E935C
Complementary color
Monochromatic Colors of #6E935C
Black with #6E935C
Text Example
Text Example
White with #6E935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E935C; }
p { color: rgb(110,147,92); }
H1.HeaderClassName
{
color: #6E935C;
}
.AnyTagClassName
{
color: #6E935C;
}
</style>
background-color css
<style>
a { background-color: #6E935C; }
a { background-color: rgb(110,147,92); }
div.DivClassName
{
background-color: #6E935C;
}
.BgClassName
{
background-color: #6E935C;
}
</style>
border-color css
<style>
span { border-color: #6E935C; }
span { border-color: rgb(110,147,92); }
td.TdClassName
{
border-color: #6E935C;
}
.TagClassName
{
border-color: #6E935C;
}
</style>