Shades of Laurel #677F6C
Tints of Laurel #677F6C
RGB
CMYK
RGB Variations
Color information
#677F6C (or 0x677F6C) is known color: Laurel. HEX triplet: 67, 7F and 6C. RGB value is (103,127,108). Sum of RGB (Red+Green+Blue) = 103+127+108=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 127 - color contains mainly: green. Hex color #677F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677F6C is #988093. Grayscale: #757575. Windows color (decimal): -9994388 or 7110503. OLE color: 7110503.
HSL color Cylindrical-coordinate representation of color #677F6C: hue angle of 132.5º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #677F6C is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 127 | 108 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.50 |
| HSL | 132.5º | 0.1% | 0.45% | - |
| HSV(B) | 132.5º | 0.19% | 0.5% | - |
| XYZ | 15.89 | 19.15 | 17.05 | - |
| YUV | 117.66 | 122.55 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 127 | 108 | 0.19 | 0 | 0.15 | 0.50 | 132.5 | 0.1 | 0.45 |
| Hex | 67 | 7F | 6C | 13 | 0 | F | 32 | 84 | A | 2D |
| Octal | 147 | 177 | 154 | 23 | 0 | 17 | 62 | 204 | 12 | 55 |
| Binary | 1100111 | 1111111 | 1101100 | 10011 | 0 | 1111 | 110010 | 10000100 | 1010 | 101101 |
Color Harmonies of #677F6C
Complementary color
Monochromatic Colors of #677F6C
Black with #677F6C
Text Example
Text Example
White with #677F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677F6C; }
p { color: rgb(103,127,108); }
H1.HeaderClassName
{
color: #677F6C;
}
.AnyTagClassName
{
color: #677F6C;
}
</style>
background-color css
<style>
a { background-color: #677F6C; }
a { background-color: rgb(103,127,108); }
div.DivClassName
{
background-color: #677F6C;
}
.BgClassName
{
background-color: #677F6C;
}
</style>
border-color css
<style>
span { border-color: #677F6C; }
span { border-color: rgb(103,127,108); }
td.TdClassName
{
border-color: #677F6C;
}
.TagClassName
{
border-color: #677F6C;
}
</style>