Shades of Laurel #6C8F6E
Tints of Laurel #6C8F6E
RGB
CMYK
RGB Variations
Color information
#6C8F6E (or 0x6C8F6E) is known color: Laurel. HEX triplet: 6C, 8F and 6E. RGB value is (108,143,110). Sum of RGB (Red+Green+Blue) = 108+143+110=361 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.92% from 361); Green value is 143 (56.25% from 255 or 39.61% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 143 - color contains mainly: green. Hex color #6C8F6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8F6E is #937091. Grayscale: #808080. Windows color (decimal): -9662610 or 7245676. OLE color: 7245676.
HSL color Cylindrical-coordinate representation of color #6C8F6E: hue angle of 123.43º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6C8F6E is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 143 | 110 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.44 |
| HSL | 123.43º | 0.14% | 0.49% | - |
| HSV(B) | 123.43º | 0.24% | 0.56% | - |
| XYZ | 18.82 | 23.96 | 18.38 | - |
| YUV | 128.77 | 117.4 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 143 | 110 | 0.24 | 0 | 0.23 | 0.44 | 123.43 | 0.14 | 0.49 |
| Hex | 6C | 8F | 6E | 18 | 0 | 17 | 2C | 7B | E | 31 |
| Octal | 154 | 217 | 156 | 30 | 0 | 27 | 54 | 173 | 16 | 61 |
| Binary | 1101100 | 10001111 | 1101110 | 11000 | 0 | 10111 | 101100 | 1111011 | 1110 | 110001 |
Color Harmonies of #6C8F6E
Complementary color
Monochromatic Colors of #6C8F6E
Black with #6C8F6E
Text Example
Text Example
White with #6C8F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8F6E; }
p { color: rgb(108,143,110); }
H1.HeaderClassName
{
color: #6C8F6E;
}
.AnyTagClassName
{
color: #6C8F6E;
}
</style>
background-color css
<style>
a { background-color: #6C8F6E; }
a { background-color: rgb(108,143,110); }
div.DivClassName
{
background-color: #6C8F6E;
}
.BgClassName
{
background-color: #6C8F6E;
}
</style>
border-color css
<style>
span { border-color: #6C8F6E; }
span { border-color: rgb(108,143,110); }
td.TdClassName
{
border-color: #6C8F6E;
}
.TagClassName
{
border-color: #6C8F6E;
}
</style>