Shades of Laurel #687369
Tints of Laurel #687369
RGB
CMYK
RGB Variations
Color information
#687369 (or 0x687369) is known color: Laurel. HEX triplet: 68, 73 and 69. RGB value is (104,115,105). Sum of RGB (Red+Green+Blue) = 104+115+105=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 115 - color contains mainly: green. Hex color #687369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687369 is #978C96. Grayscale: #6E6E6E. Windows color (decimal): -9931927 or 6910824. OLE color: 6910824.
HSL color Cylindrical-coordinate representation of color #687369: hue angle of 125.45º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #687369 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 115 | 105 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.55 |
| HSL | 125.45º | 0.05% | 0.43% | - |
| HSV(B) | 125.45º | 0.1% | 0.45% | - |
| XYZ | 14.39 | 16.22 | 15.74 | - |
| YUV | 110.57 | 124.86 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 115 | 105 | 0.10 | 0 | 0.09 | 0.55 | 125.45 | 0.05 | 0.43 |
| Hex | 68 | 73 | 69 | A | 0 | 9 | 37 | 7D | 5 | 2B |
| Octal | 150 | 163 | 151 | 12 | 0 | 11 | 67 | 175 | 5 | 53 |
| Binary | 1101000 | 1110011 | 1101001 | 1010 | 0 | 1001 | 110111 | 1111101 | 101 | 101011 |
Color Harmonies of #687369
Complementary color
Monochromatic Colors of #687369
Black with #687369
Text Example
Text Example
White with #687369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687369; }
p { color: rgb(104,115,105); }
H1.HeaderClassName
{
color: #687369;
}
.AnyTagClassName
{
color: #687369;
}
</style>
background-color css
<style>
a { background-color: #687369; }
a { background-color: rgb(104,115,105); }
div.DivClassName
{
background-color: #687369;
}
.BgClassName
{
background-color: #687369;
}
</style>
border-color css
<style>
span { border-color: #687369; }
span { border-color: rgb(104,115,105); }
td.TdClassName
{
border-color: #687369;
}
.TagClassName
{
border-color: #687369;
}
</style>