Shades of Laurel #6F7C70
Tints of Laurel #6F7C70
RGB
CMYK
RGB Variations
Color information
#6F7C70 (or 0x6F7C70) is known color: Laurel. HEX triplet: 6F, 7C and 70. RGB value is (111,124,112). Sum of RGB (Red+Green+Blue) = 111+124+112=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 124 - color contains mainly: green. Hex color #6F7C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7C70 is #90838F. Grayscale: #767676. Windows color (decimal): -9470864 or 7371887. OLE color: 7371887.
HSL color Cylindrical-coordinate representation of color #6F7C70: hue angle of 124.62º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6F7C70 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 124 | 112 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.51 |
| HSL | 124.62º | 0.06% | 0.46% | - |
| HSV(B) | 124.62º | 0.1% | 0.49% | - |
| XYZ | 16.69 | 18.96 | 18.11 | - |
| YUV | 118.75 | 124.19 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 124 | 112 | 0.10 | 0 | 0.10 | 0.51 | 124.62 | 0.06 | 0.46 |
| Hex | 6F | 7C | 70 | A | 0 | A | 33 | 7D | 6 | 2E |
| Octal | 157 | 174 | 160 | 12 | 0 | 12 | 63 | 175 | 6 | 56 |
| Binary | 1101111 | 1111100 | 1110000 | 1010 | 0 | 1010 | 110011 | 1111101 | 110 | 101110 |
Color Harmonies of #6F7C70
Complementary color
Monochromatic Colors of #6F7C70
Black with #6F7C70
Text Example
Text Example
White with #6F7C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7C70; }
p { color: rgb(111,124,112); }
H1.HeaderClassName
{
color: #6F7C70;
}
.AnyTagClassName
{
color: #6F7C70;
}
</style>
background-color css
<style>
a { background-color: #6F7C70; }
a { background-color: rgb(111,124,112); }
div.DivClassName
{
background-color: #6F7C70;
}
.BgClassName
{
background-color: #6F7C70;
}
</style>
border-color css
<style>
span { border-color: #6F7C70; }
span { border-color: rgb(111,124,112); }
td.TdClassName
{
border-color: #6F7C70;
}
.TagClassName
{
border-color: #6F7C70;
}
</style>