Shades of Laurel #6C8A6D
Tints of Laurel #6C8A6D
RGB
CMYK
RGB Variations
Color information
#6C8A6D (or 0x6C8A6D) is known color: Laurel. HEX triplet: 6C, 8A and 6D. RGB value is (108,138,109). Sum of RGB (Red+Green+Blue) = 108+138+109=355 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.42% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 138 - color contains mainly: green. Hex color #6C8A6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8A6D is #937592. Grayscale: #7D7D7D. Windows color (decimal): -9663891 or 7178860. OLE color: 7178860.
HSL color Cylindrical-coordinate representation of color #6C8A6D: hue angle of 122º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C8A6D is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 138 | 109 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.46 |
| HSL | 122º | 0.12% | 0.48% | - |
| HSV(B) | 122º | 0.22% | 0.54% | - |
| XYZ | 18.03 | 22.47 | 17.85 | - |
| YUV | 125.72 | 118.56 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 138 | 109 | 0.22 | 0 | 0.21 | 0.46 | 122 | 0.12 | 0.48 |
| Hex | 6C | 8A | 6D | 16 | 0 | 15 | 2E | 7A | C | 30 |
| Octal | 154 | 212 | 155 | 26 | 0 | 25 | 56 | 172 | 14 | 60 |
| Binary | 1101100 | 10001010 | 1101101 | 10110 | 0 | 10101 | 101110 | 1111010 | 1100 | 110000 |
Color Harmonies of #6C8A6D
Complementary color
Monochromatic Colors of #6C8A6D
Black with #6C8A6D
Text Example
Text Example
White with #6C8A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8A6D; }
p { color: rgb(108,138,109); }
H1.HeaderClassName
{
color: #6C8A6D;
}
.AnyTagClassName
{
color: #6C8A6D;
}
</style>
background-color css
<style>
a { background-color: #6C8A6D; }
a { background-color: rgb(108,138,109); }
div.DivClassName
{
background-color: #6C8A6D;
}
.BgClassName
{
background-color: #6C8A6D;
}
</style>
border-color css
<style>
span { border-color: #6C8A6D; }
span { border-color: rgb(108,138,109); }
td.TdClassName
{
border-color: #6C8A6D;
}
.TagClassName
{
border-color: #6C8A6D;
}
</style>