Shades of Highland #6C9253
Tints of Highland #6C9253
RGB
CMYK
RGB Variations
Color information
#6C9253 (or 0x6C9253) is known color: Highland. HEX triplet: 6C, 92 and 53. RGB value is (108,146,83). Sum of RGB (Red+Green+Blue) = 108+146+83=337 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.05% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 146 - color contains mainly: green. Hex color #6C9253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C9253 is #936DAC. Grayscale: #7F7F7F. Windows color (decimal): -9661869 or 5476972. OLE color: 5476972.
HSL color Cylindrical-coordinate representation of color #6C9253: hue angle of 96.19º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C9253 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 108 | 146 | 83 | - |
| CMYK | 0.26 | 0 | 0.43 | 0.43 |
| HSL | 96.19º | 0.28% | 0.45% | - |
| HSV(B) | 96.19º | 0.43% | 0.57% | - |
| XYZ | 18.02 | 24.37 | 11.94 | - |
| YUV | 127.46 | 102.91 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 146 | 83 | 0.26 | 0 | 0.43 | 0.43 | 96.19 | 0.28 | 0.45 |
| Hex | 6C | 92 | 53 | 1A | 0 | 2B | 2B | 60 | 1C | 2D |
| Octal | 154 | 222 | 123 | 32 | 0 | 53 | 53 | 140 | 34 | 55 |
| Binary | 1101100 | 10010010 | 1010011 | 11010 | 0 | 101011 | 101011 | 1100000 | 11100 | 101101 |
Color Harmonies of #6C9253
Complementary color
Monochromatic Colors of #6C9253
Black with #6C9253
Text Example
Text Example
White with #6C9253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9253; }
p { color: rgb(108,146,83); }
H1.HeaderClassName
{
color: #6C9253;
}
.AnyTagClassName
{
color: #6C9253;
}
</style>
background-color css
<style>
a { background-color: #6C9253; }
a { background-color: rgb(108,146,83); }
div.DivClassName
{
background-color: #6C9253;
}
.BgClassName
{
background-color: #6C9253;
}
</style>
border-color css
<style>
span { border-color: #6C9253; }
span { border-color: rgb(108,146,83); }
td.TdClassName
{
border-color: #6C9253;
}
.TagClassName
{
border-color: #6C9253;
}
</style>