Shades of Laurel #6F8570
Tints of Laurel #6F8570
RGB
CMYK
RGB Variations
Color information
#6F8570 (or 0x6F8570) is known color: Laurel. HEX triplet: 6F, 85 and 70. RGB value is (111,133,112). Sum of RGB (Red+Green+Blue) = 111+133+112=356 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.18% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 133 - color contains mainly: green. Hex color #6F8570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8570 is #907A8F. Grayscale: #7C7C7C. Windows color (decimal): -9468560 or 7374191. OLE color: 7374191.
HSL color Cylindrical-coordinate representation of color #6F8570: hue angle of 122.73º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6F8570 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 111 | 133 | 112 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.48 |
| HSL | 122.73º | 0.09% | 0.48% | - |
| HSV(B) | 122.73º | 0.17% | 0.52% | - |
| XYZ | 17.87 | 21.32 | 18.5 | - |
| YUV | 124.03 | 121.21 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 133 | 112 | 0.17 | 0 | 0.16 | 0.48 | 122.73 | 0.09 | 0.48 |
| Hex | 6F | 85 | 70 | 11 | 0 | 10 | 30 | 7B | 9 | 30 |
| Octal | 157 | 205 | 160 | 21 | 0 | 20 | 60 | 173 | 11 | 60 |
| Binary | 1101111 | 10000101 | 1110000 | 10001 | 0 | 10000 | 110000 | 1111011 | 1001 | 110000 |
Color Harmonies of #6F8570
Complementary color
Monochromatic Colors of #6F8570
Black with #6F8570
Text Example
Text Example
White with #6F8570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8570; }
p { color: rgb(111,133,112); }
H1.HeaderClassName
{
color: #6F8570;
}
.AnyTagClassName
{
color: #6F8570;
}
</style>
background-color css
<style>
a { background-color: #6F8570; }
a { background-color: rgb(111,133,112); }
div.DivClassName
{
background-color: #6F8570;
}
.BgClassName
{
background-color: #6F8570;
}
</style>
border-color css
<style>
span { border-color: #6F8570; }
span { border-color: rgb(111,133,112); }
td.TdClassName
{
border-color: #6F8570;
}
.TagClassName
{
border-color: #6F8570;
}
</style>