Shades of Highland #6B9356
Tints of Highland #6B9356
RGB
CMYK
RGB Variations
Color information
#6B9356 (or 0x6B9356) is known color: Highland. HEX triplet: 6B, 93 and 56. RGB value is (107,147,86). Sum of RGB (Red+Green+Blue) = 107+147+86=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 147 - color contains mainly: green. Hex color #6B9356 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9356 is #946CA9. Grayscale: #808080. Windows color (decimal): -9727146 or 5673835. OLE color: 5673835.
HSL color Cylindrical-coordinate representation of color #6B9356: hue angle of 99.34º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6B9356 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 147 | 86 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.42 |
| HSL | 99.34º | 0.26% | 0.46% | - |
| HSV(B) | 99.34º | 0.41% | 0.58% | - |
| XYZ | 18.18 | 24.67 | 12.61 | - |
| YUV | 128.09 | 104.25 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 147 | 86 | 0.27 | 0 | 0.41 | 0.42 | 99.34 | 0.26 | 0.46 |
| Hex | 6B | 93 | 56 | 1B | 0 | 29 | 2A | 63 | 1A | 2E |
| Octal | 153 | 223 | 126 | 33 | 0 | 51 | 52 | 143 | 32 | 56 |
| Binary | 1101011 | 10010011 | 1010110 | 11011 | 0 | 101001 | 101010 | 1100011 | 11010 | 101110 |
Color Harmonies of #6B9356
Complementary color
Monochromatic Colors of #6B9356
Black with #6B9356
Text Example
Text Example
White with #6B9356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9356; }
p { color: rgb(107,147,86); }
H1.HeaderClassName
{
color: #6B9356;
}
.AnyTagClassName
{
color: #6B9356;
}
</style>
background-color css
<style>
a { background-color: #6B9356; }
a { background-color: rgb(107,147,86); }
div.DivClassName
{
background-color: #6B9356;
}
.BgClassName
{
background-color: #6B9356;
}
</style>
border-color css
<style>
span { border-color: #6B9356; }
span { border-color: rgb(107,147,86); }
td.TdClassName
{
border-color: #6B9356;
}
.TagClassName
{
border-color: #6B9356;
}
</style>