Shades of Laurel #6D9570
Tints of Laurel #6D9570
RGB
CMYK
RGB Variations
Color information
#6D9570 (or 0x6D9570) is known color: Laurel. HEX triplet: 6D, 95 and 70. RGB value is (109,149,112). Sum of RGB (Red+Green+Blue) = 109+149+112=370 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.46% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 149 - color contains mainly: green. Hex color #6D9570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9570 is #926A8F. Grayscale: #848484. Windows color (decimal): -9595536 or 7378285. OLE color: 7378285.
HSL color Cylindrical-coordinate representation of color #6D9570: hue angle of 124.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D9570 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 149 | 112 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.42 |
| HSL | 124.5º | 0.16% | 0.51% | - |
| HSV(B) | 124.5º | 0.27% | 0.58% | - |
| XYZ | 19.98 | 25.92 | 19.28 | - |
| YUV | 132.82 | 116.25 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 149 | 112 | 0.27 | 0 | 0.25 | 0.42 | 124.5 | 0.16 | 0.51 |
| Hex | 6D | 95 | 70 | 1B | 0 | 19 | 2A | 7C | 10 | 33 |
| Octal | 155 | 225 | 160 | 33 | 0 | 31 | 52 | 174 | 20 | 63 |
| Binary | 1101101 | 10010101 | 1110000 | 11011 | 0 | 11001 | 101010 | 1111100 | 10000 | 110011 |
Color Harmonies of #6D9570
Complementary color
Monochromatic Colors of #6D9570
Black with #6D9570
Text Example
Text Example
White with #6D9570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9570; }
p { color: rgb(109,149,112); }
H1.HeaderClassName
{
color: #6D9570;
}
.AnyTagClassName
{
color: #6D9570;
}
</style>
background-color css
<style>
a { background-color: #6D9570; }
a { background-color: rgb(109,149,112); }
div.DivClassName
{
background-color: #6D9570;
}
.BgClassName
{
background-color: #6D9570;
}
</style>
border-color css
<style>
span { border-color: #6D9570; }
span { border-color: rgb(109,149,112); }
td.TdClassName
{
border-color: #6D9570;
}
.TagClassName
{
border-color: #6D9570;
}
</style>