Shades of Laurel #6C7F70
Tints of Laurel #6C7F70
RGB
CMYK
RGB Variations
Color information
#6C7F70 (or 0x6C7F70) is known color: Laurel. HEX triplet: 6C, 7F and 70. RGB value is (108,127,112). Sum of RGB (Red+Green+Blue) = 108+127+112=347 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.12% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 127 - color contains mainly: green. Hex color #6C7F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7F70 is #93808F. Grayscale: #777777. Windows color (decimal): -9666704 or 7372652. OLE color: 7372652.
HSL color Cylindrical-coordinate representation of color #6C7F70: hue angle of 132.63º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6C7F70 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 108 | 127 | 112 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.50 |
| HSL | 132.63º | 0.08% | 0.46% | - |
| HSV(B) | 132.63º | 0.15% | 0.5% | - |
| XYZ | 16.7 | 19.54 | 18.22 | - |
| YUV | 119.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 127 | 112 | 0.15 | 0 | 0.12 | 0.50 | 132.63 | 0.08 | 0.46 |
| Hex | 6C | 7F | 70 | F | 0 | C | 32 | 85 | 8 | 2E |
| Octal | 154 | 177 | 160 | 17 | 0 | 14 | 62 | 205 | 10 | 56 |
| Binary | 1101100 | 1111111 | 1110000 | 1111 | 0 | 1100 | 110010 | 10000101 | 1000 | 101110 |
Color Harmonies of #6C7F70
Complementary color
Monochromatic Colors of #6C7F70
Black with #6C7F70
Text Example
Text Example
White with #6C7F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7F70; }
p { color: rgb(108,127,112); }
H1.HeaderClassName
{
color: #6C7F70;
}
.AnyTagClassName
{
color: #6C7F70;
}
</style>
background-color css
<style>
a { background-color: #6C7F70; }
a { background-color: rgb(108,127,112); }
div.DivClassName
{
background-color: #6C7F70;
}
.BgClassName
{
background-color: #6C7F70;
}
</style>
border-color css
<style>
span { border-color: #6C7F70; }
span { border-color: rgb(108,127,112); }
td.TdClassName
{
border-color: #6C7F70;
}
.TagClassName
{
border-color: #6C7F70;
}
</style>