Shades of Laurel #6E8472
Tints of Laurel #6E8472
RGB
CMYK
RGB Variations
Color information
#6E8472 (or 0x6E8472) is known color: Laurel. HEX triplet: 6E, 84 and 72. RGB value is (110,132,114). Sum of RGB (Red+Green+Blue) = 110+132+114=356 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.90% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 132 - color contains mainly: green. Hex color #6E8472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8472 is #917B8D. Grayscale: #7B7B7B. Windows color (decimal): -9534350 or 7505006. OLE color: 7505006.
HSL color Cylindrical-coordinate representation of color #6E8472: hue angle of 130.91º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6E8472 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 110 | 132 | 114 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.48 |
| HSL | 130.91º | 0.09% | 0.47% | - |
| HSV(B) | 130.91º | 0.17% | 0.52% | - |
| XYZ | 17.72 | 21.03 | 19.05 | - |
| YUV | 123.37 | 122.71 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 132 | 114 | 0.17 | 0 | 0.14 | 0.48 | 130.91 | 0.09 | 0.47 |
| Hex | 6E | 84 | 72 | 11 | 0 | E | 30 | 83 | 9 | 2F |
| Octal | 156 | 204 | 162 | 21 | 0 | 16 | 60 | 203 | 11 | 57 |
| Binary | 1101110 | 10000100 | 1110010 | 10001 | 0 | 1110 | 110000 | 10000011 | 1001 | 101111 |
Color Harmonies of #6E8472
Complementary color
Monochromatic Colors of #6E8472
Black with #6E8472
Text Example
Text Example
White with #6E8472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8472; }
p { color: rgb(110,132,114); }
H1.HeaderClassName
{
color: #6E8472;
}
.AnyTagClassName
{
color: #6E8472;
}
</style>
background-color css
<style>
a { background-color: #6E8472; }
a { background-color: rgb(110,132,114); }
div.DivClassName
{
background-color: #6E8472;
}
.BgClassName
{
background-color: #6E8472;
}
</style>
border-color css
<style>
span { border-color: #6E8472; }
span { border-color: rgb(110,132,114); }
td.TdClassName
{
border-color: #6E8472;
}
.TagClassName
{
border-color: #6E8472;
}
</style>