Shades of Laurel #678669
Tints of Laurel #678669
RGB
CMYK
RGB Variations
Color information
#678669 (or 0x678669) is known color: Laurel. HEX triplet: 67, 86 and 69. RGB value is (103,134,105). Sum of RGB (Red+Green+Blue) = 103+134+105=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 134 - color contains mainly: green. Hex color #678669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678669 is #987996. Grayscale: #797979. Windows color (decimal): -9992599 or 6915687. OLE color: 6915687.
HSL color Cylindrical-coordinate representation of color #678669: hue angle of 123.87º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #678669 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 134 | 105 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.47 |
| HSL | 123.87º | 0.13% | 0.46% | - |
| HSV(B) | 123.87º | 0.23% | 0.53% | - |
| XYZ | 16.67 | 20.95 | 16.53 | - |
| YUV | 121.43 | 118.73 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 134 | 105 | 0.23 | 0 | 0.22 | 0.47 | 123.87 | 0.13 | 0.46 |
| Hex | 67 | 86 | 69 | 17 | 0 | 16 | 2F | 7C | D | 2E |
| Octal | 147 | 206 | 151 | 27 | 0 | 26 | 57 | 174 | 15 | 56 |
| Binary | 1100111 | 10000110 | 1101001 | 10111 | 0 | 10110 | 101111 | 1111100 | 1101 | 101110 |
Color Harmonies of #678669
Complementary color
Monochromatic Colors of #678669
Black with #678669
Text Example
Text Example
White with #678669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678669; }
p { color: rgb(103,134,105); }
H1.HeaderClassName
{
color: #678669;
}
.AnyTagClassName
{
color: #678669;
}
</style>
background-color css
<style>
a { background-color: #678669; }
a { background-color: rgb(103,134,105); }
div.DivClassName
{
background-color: #678669;
}
.BgClassName
{
background-color: #678669;
}
</style>
border-color css
<style>
span { border-color: #678669; }
span { border-color: rgb(103,134,105); }
td.TdClassName
{
border-color: #678669;
}
.TagClassName
{
border-color: #678669;
}
</style>