Shades of Highland #6C9153
Tints of Highland #6C9153
RGB
CMYK
RGB Variations
Color information
#6C9153 (or 0x6C9153) is known color: Highland. HEX triplet: 6C, 91 and 53. RGB value is (108,145,83). Sum of RGB (Red+Green+Blue) = 108+145+83=336 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.14% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 145 - color contains mainly: green. Hex color #6C9153 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C9153 is #936EAC. Grayscale: #7F7F7F. Windows color (decimal): -9662125 or 5476716. OLE color: 5476716.
HSL color Cylindrical-coordinate representation of color #6C9153: hue angle of 95.81º degrees, saturation: 0.27, 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 #6C9153 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 108 | 145 | 83 | - |
| CMYK | 0.26 | 0 | 0.43 | 0.43 |
| HSL | 95.81º | 0.27% | 0.45% | - |
| HSV(B) | 95.81º | 0.43% | 0.57% | - |
| XYZ | 17.87 | 24.06 | 11.89 | - |
| YUV | 126.87 | 103.24 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 145 | 83 | 0.26 | 0 | 0.43 | 0.43 | 95.81 | 0.27 | 0.45 |
| Hex | 6C | 91 | 53 | 1A | 0 | 2B | 2B | 60 | 1B | 2D |
| Octal | 154 | 221 | 123 | 32 | 0 | 53 | 53 | 140 | 33 | 55 |
| Binary | 1101100 | 10010001 | 1010011 | 11010 | 0 | 101011 | 101011 | 1100000 | 11011 | 101101 |
Color Harmonies of #6C9153
Complementary color
Monochromatic Colors of #6C9153
Black with #6C9153
Text Example
Text Example
White with #6C9153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9153; }
p { color: rgb(108,145,83); }
H1.HeaderClassName
{
color: #6C9153;
}
.AnyTagClassName
{
color: #6C9153;
}
</style>
background-color css
<style>
a { background-color: #6C9153; }
a { background-color: rgb(108,145,83); }
div.DivClassName
{
background-color: #6C9153;
}
.BgClassName
{
background-color: #6C9153;
}
</style>
border-color css
<style>
span { border-color: #6C9153; }
span { border-color: rgb(108,145,83); }
td.TdClassName
{
border-color: #6C9153;
}
.TagClassName
{
border-color: #6C9153;
}
</style>