Shades of Laurel #6D8A70
Tints of Laurel #6D8A70
RGB
CMYK
RGB Variations
Color information
#6D8A70 (or 0x6D8A70) is known color: Laurel. HEX triplet: 6D, 8A and 70. RGB value is (109,138,112). Sum of RGB (Red+Green+Blue) = 109+138+112=359 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.36% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 138 - color contains mainly: green. Hex color #6D8A70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8A70 is #92758F. Grayscale: #7E7E7E. Windows color (decimal): -9598352 or 7375469. OLE color: 7375469.
HSL color Cylindrical-coordinate representation of color #6D8A70: hue angle of 126.21º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D8A70 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 109 | 138 | 112 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.46 |
| HSL | 126.21º | 0.12% | 0.48% | - |
| HSV(B) | 126.21º | 0.21% | 0.54% | - |
| XYZ | 18.32 | 22.6 | 18.73 | - |
| YUV | 126.37 | 119.89 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 138 | 112 | 0.21 | 0 | 0.19 | 0.46 | 126.21 | 0.12 | 0.48 |
| Hex | 6D | 8A | 70 | 15 | 0 | 13 | 2E | 7E | C | 30 |
| Octal | 155 | 212 | 160 | 25 | 0 | 23 | 56 | 176 | 14 | 60 |
| Binary | 1101101 | 10001010 | 1110000 | 10101 | 0 | 10011 | 101110 | 1111110 | 1100 | 110000 |
Color Harmonies of #6D8A70
Complementary color
Monochromatic Colors of #6D8A70
Black with #6D8A70
Text Example
Text Example
White with #6D8A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8A70; }
p { color: rgb(109,138,112); }
H1.HeaderClassName
{
color: #6D8A70;
}
.AnyTagClassName
{
color: #6D8A70;
}
</style>
background-color css
<style>
a { background-color: #6D8A70; }
a { background-color: rgb(109,138,112); }
div.DivClassName
{
background-color: #6D8A70;
}
.BgClassName
{
background-color: #6D8A70;
}
</style>
border-color css
<style>
span { border-color: #6D8A70; }
span { border-color: rgb(109,138,112); }
td.TdClassName
{
border-color: #6D8A70;
}
.TagClassName
{
border-color: #6D8A70;
}
</style>