Shades of Laurel #689068
Tints of Laurel #689068
RGB
CMYK
RGB Variations
Color information
#689068 (or 0x689068) is known color: Laurel. HEX triplet: 68, 90 and 68. RGB value is (104,144,104). Sum of RGB (Red+Green+Blue) = 104+144+104=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 144 - color contains mainly: green. Hex color #689068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689068 is #976F97. Grayscale: #7F7F7F. Windows color (decimal): -9924504 or 6852712. OLE color: 6852712.
HSL color Cylindrical-coordinate representation of color #689068: hue angle of 120º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #689068 is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 144 | 104 | - |
| CMYK | 0.28 | 0 | 0.28 | 0.44 |
| HSL | 120º | 0.16% | 0.49% | - |
| HSV(B) | 120º | 0.28% | 0.56% | - |
| XYZ | 18.18 | 23.89 | 16.75 | - |
| YUV | 127.48 | 114.75 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 144 | 104 | 0.28 | 0 | 0.28 | 0.44 | 120 | 0.16 | 0.49 |
| Hex | 68 | 90 | 68 | 1C | 0 | 1C | 2C | 78 | 10 | 31 |
| Octal | 150 | 220 | 150 | 34 | 0 | 34 | 54 | 170 | 20 | 61 |
| Binary | 1101000 | 10010000 | 1101000 | 11100 | 0 | 11100 | 101100 | 1111000 | 10000 | 110001 |
Color Harmonies of #689068
Complementary color
Monochromatic Colors of #689068
Black with #689068
Text Example
Text Example
White with #689068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689068; }
p { color: rgb(104,144,104); }
H1.HeaderClassName
{
color: #689068;
}
.AnyTagClassName
{
color: #689068;
}
</style>
background-color css
<style>
a { background-color: #689068; }
a { background-color: rgb(104,144,104); }
div.DivClassName
{
background-color: #689068;
}
.BgClassName
{
background-color: #689068;
}
</style>
border-color css
<style>
span { border-color: #689068; }
span { border-color: rgb(104,144,104); }
td.TdClassName
{
border-color: #689068;
}
.TagClassName
{
border-color: #689068;
}
</style>