Shades of Laurel #6D9573
Tints of Laurel #6D9573
RGB
CMYK
RGB Variations
Color information
#6D9573 (or 0x6D9573) is known color: Laurel. HEX triplet: 6D, 95 and 73. RGB value is (109,149,115). Sum of RGB (Red+Green+Blue) = 109+149+115=373 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.22% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 149 - color contains mainly: green. Hex color #6D9573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9573 is #926A8C. Grayscale: #858585. Windows color (decimal): -9595533 or 7574893. OLE color: 7574893.
HSL color Cylindrical-coordinate representation of color #6D9573: hue angle of 129º 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 #6D9573 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 149 | 115 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.42 |
| HSL | 129º | 0.16% | 0.51% | - |
| HSV(B) | 129º | 0.27% | 0.58% | - |
| XYZ | 20.15 | 25.98 | 20.17 | - |
| YUV | 133.16 | 117.75 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 149 | 115 | 0.27 | 0 | 0.23 | 0.42 | 129 | 0.16 | 0.51 |
| Hex | 6D | 95 | 73 | 1B | 0 | 17 | 2A | 81 | 10 | 33 |
| Octal | 155 | 225 | 163 | 33 | 0 | 27 | 52 | 201 | 20 | 63 |
| Binary | 1101101 | 10010101 | 1110011 | 11011 | 0 | 10111 | 101010 | 10000001 | 10000 | 110011 |
Color Harmonies of #6D9573
Complementary color
Monochromatic Colors of #6D9573
Black with #6D9573
Text Example
Text Example
White with #6D9573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9573; }
p { color: rgb(109,149,115); }
H1.HeaderClassName
{
color: #6D9573;
}
.AnyTagClassName
{
color: #6D9573;
}
</style>
background-color css
<style>
a { background-color: #6D9573; }
a { background-color: rgb(109,149,115); }
div.DivClassName
{
background-color: #6D9573;
}
.BgClassName
{
background-color: #6D9573;
}
</style>
border-color css
<style>
span { border-color: #6D9573; }
span { border-color: rgb(109,149,115); }
td.TdClassName
{
border-color: #6D9573;
}
.TagClassName
{
border-color: #6D9573;
}
</style>