Shades of Laurel #6D9472
Tints of Laurel #6D9472
RGB
CMYK
RGB Variations
Color information
#6D9472 (or 0x6D9472) is known color: Laurel. HEX triplet: 6D, 94 and 72. RGB value is (109,148,114). Sum of RGB (Red+Green+Blue) = 109+148+114=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 148 - color contains mainly: green. Hex color #6D9472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9472 is #926B8D. Grayscale: #848484. Windows color (decimal): -9595790 or 7509101. OLE color: 7509101.
HSL color Cylindrical-coordinate representation of color #6D9472: hue angle of 127.69º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D9472 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 148 | 114 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.42 |
| HSL | 127.69º | 0.15% | 0.5% | - |
| HSV(B) | 127.69º | 0.26% | 0.58% | - |
| XYZ | 19.93 | 25.65 | 19.82 | - |
| YUV | 132.46 | 117.58 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 148 | 114 | 0.26 | 0 | 0.23 | 0.42 | 127.69 | 0.15 | 0.5 |
| Hex | 6D | 94 | 72 | 1A | 0 | 17 | 2A | 80 | F | 32 |
| Octal | 155 | 224 | 162 | 32 | 0 | 27 | 52 | 200 | 17 | 62 |
| Binary | 1101101 | 10010100 | 1110010 | 11010 | 0 | 10111 | 101010 | 10000000 | 1111 | 110010 |
Color Harmonies of #6D9472
Complementary color
Monochromatic Colors of #6D9472
Black with #6D9472
Text Example
Text Example
White with #6D9472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9472; }
p { color: rgb(109,148,114); }
H1.HeaderClassName
{
color: #6D9472;
}
.AnyTagClassName
{
color: #6D9472;
}
</style>
background-color css
<style>
a { background-color: #6D9472; }
a { background-color: rgb(109,148,114); }
div.DivClassName
{
background-color: #6D9472;
}
.BgClassName
{
background-color: #6D9472;
}
</style>
border-color css
<style>
span { border-color: #6D9472; }
span { border-color: rgb(109,148,114); }
td.TdClassName
{
border-color: #6D9472;
}
.TagClassName
{
border-color: #6D9472;
}
</style>