Shades of Laurel #6F8571
Tints of Laurel #6F8571
RGB
CMYK
RGB Variations
Color information
#6F8571 (or 0x6F8571) is known color: Laurel. HEX triplet: 6F, 85 and 71. RGB value is (111,133,113). Sum of RGB (Red+Green+Blue) = 111+133+113=357 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.09% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 133 - color contains mainly: green. Hex color #6F8571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8571 is #907A8E. Grayscale: #7C7C7C. Windows color (decimal): -9468559 or 7439727. OLE color: 7439727.
HSL color Cylindrical-coordinate representation of color #6F8571: hue angle of 125.45º 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 #6F8571 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 111 | 133 | 113 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.48 |
| HSL | 125.45º | 0.09% | 0.48% | - |
| HSV(B) | 125.45º | 0.17% | 0.52% | - |
| XYZ | 17.92 | 21.35 | 18.8 | - |
| YUV | 124.14 | 121.71 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 133 | 113 | 0.17 | 0 | 0.15 | 0.48 | 125.45 | 0.09 | 0.48 |
| Hex | 6F | 85 | 71 | 11 | 0 | F | 30 | 7D | 9 | 30 |
| Octal | 157 | 205 | 161 | 21 | 0 | 17 | 60 | 175 | 11 | 60 |
| Binary | 1101111 | 10000101 | 1110001 | 10001 | 0 | 1111 | 110000 | 1111101 | 1001 | 110000 |
Color Harmonies of #6F8571
Complementary color
Monochromatic Colors of #6F8571
Black with #6F8571
Text Example
Text Example
White with #6F8571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8571; }
p { color: rgb(111,133,113); }
H1.HeaderClassName
{
color: #6F8571;
}
.AnyTagClassName
{
color: #6F8571;
}
</style>
background-color css
<style>
a { background-color: #6F8571; }
a { background-color: rgb(111,133,113); }
div.DivClassName
{
background-color: #6F8571;
}
.BgClassName
{
background-color: #6F8571;
}
</style>
border-color css
<style>
span { border-color: #6F8571; }
span { border-color: rgb(111,133,113); }
td.TdClassName
{
border-color: #6F8571;
}
.TagClassName
{
border-color: #6F8571;
}
</style>