Shades of Laurel #678068
Tints of Laurel #678068
RGB
CMYK
RGB Variations
Color information
#678068 (or 0x678068) is known color: Laurel. HEX triplet: 67, 80 and 68. RGB value is (103,128,104). Sum of RGB (Red+Green+Blue) = 103+128+104=335 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.75% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 128 - color contains mainly: green. Hex color #678068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678068 is #987F97. Grayscale: #757575. Windows color (decimal): -9994136 or 6848615. OLE color: 6848615.
HSL color Cylindrical-coordinate representation of color #678068: hue angle of 122.4º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #678068 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 128 | 104 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.50 |
| HSL | 122.4º | 0.11% | 0.45% | - |
| HSV(B) | 122.4º | 0.2% | 0.5% | - |
| XYZ | 15.81 | 19.32 | 15.99 | - |
| YUV | 117.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 128 | 104 | 0.20 | 0 | 0.19 | 0.50 | 122.4 | 0.11 | 0.45 |
| Hex | 67 | 80 | 68 | 14 | 0 | 13 | 32 | 7A | B | 2D |
| Octal | 147 | 200 | 150 | 24 | 0 | 23 | 62 | 172 | 13 | 55 |
| Binary | 1100111 | 10000000 | 1101000 | 10100 | 0 | 10011 | 110010 | 1111010 | 1011 | 101101 |
Color Harmonies of #678068
Complementary color
Monochromatic Colors of #678068
Black with #678068
Text Example
Text Example
White with #678068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678068; }
p { color: rgb(103,128,104); }
H1.HeaderClassName
{
color: #678068;
}
.AnyTagClassName
{
color: #678068;
}
</style>
background-color css
<style>
a { background-color: #678068; }
a { background-color: rgb(103,128,104); }
div.DivClassName
{
background-color: #678068;
}
.BgClassName
{
background-color: #678068;
}
</style>
border-color css
<style>
span { border-color: #678068; }
span { border-color: rgb(103,128,104); }
td.TdClassName
{
border-color: #678068;
}
.TagClassName
{
border-color: #678068;
}
</style>