Shades of Highland #6B9455
Tints of Highland #6B9455
RGB
CMYK
RGB Variations
Color information
#6B9455 (or 0x6B9455) is known color: Highland. HEX triplet: 6B, 94 and 55. RGB value is (107,148,85). Sum of RGB (Red+Green+Blue) = 107+148+85=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 148 - color contains mainly: green. Hex color #6B9455 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9455 is #946BAA. Grayscale: #808080. Windows color (decimal): -9726891 or 5608555. OLE color: 5608555.
HSL color Cylindrical-coordinate representation of color #6B9455: hue angle of 99.05º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B9455 is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 148 | 85 | - |
| CMYK | 0.28 | 0 | 0.43 | 0.42 |
| HSL | 99.05º | 0.27% | 0.46% | - |
| HSV(B) | 99.05º | 0.43% | 0.58% | - |
| XYZ | 18.29 | 24.96 | 12.45 | - |
| YUV | 128.56 | 103.42 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 148 | 85 | 0.28 | 0 | 0.43 | 0.42 | 99.05 | 0.27 | 0.46 |
| Hex | 6B | 94 | 55 | 1C | 0 | 2B | 2A | 63 | 1B | 2E |
| Octal | 153 | 224 | 125 | 34 | 0 | 53 | 52 | 143 | 33 | 56 |
| Binary | 1101011 | 10010100 | 1010101 | 11100 | 0 | 101011 | 101010 | 1100011 | 11011 | 101110 |
Color Harmonies of #6B9455
Complementary color
Monochromatic Colors of #6B9455
Black with #6B9455
Text Example
Text Example
White with #6B9455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9455; }
p { color: rgb(107,148,85); }
H1.HeaderClassName
{
color: #6B9455;
}
.AnyTagClassName
{
color: #6B9455;
}
</style>
background-color css
<style>
a { background-color: #6B9455; }
a { background-color: rgb(107,148,85); }
div.DivClassName
{
background-color: #6B9455;
}
.BgClassName
{
background-color: #6B9455;
}
</style>
border-color css
<style>
span { border-color: #6B9455; }
span { border-color: rgb(107,148,85); }
td.TdClassName
{
border-color: #6B9455;
}
.TagClassName
{
border-color: #6B9455;
}
</style>