Shades of Laurel #689D67
Tints of Laurel #689D67
RGB
CMYK
RGB Variations
Color information
#689D67 (or 0x689D67) is known color: Laurel. HEX triplet: 68, 9D and 67. RGB value is (104,157,103). Sum of RGB (Red+Green+Blue) = 104+157+103=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 157 (61.72% from 255 or 43.13% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 157 - color contains mainly: green. Hex color #689D67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689D67 is #976298. Grayscale: #878787. Windows color (decimal): -9921177 or 6790504. OLE color: 6790504.
HSL color Cylindrical-coordinate representation of color #689D67: hue angle of 118.89º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #689D67 is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 157 | 103 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.38 |
| HSL | 118.89º | 0.22% | 0.51% | - |
| HSV(B) | 118.89º | 0.34% | 0.62% | - |
| XYZ | 20.21 | 28.04 | 17.18 | - |
| YUV | 135 | 109.94 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 157 | 103 | 0.34 | 0 | 0.34 | 0.38 | 118.89 | 0.22 | 0.51 |
| Hex | 68 | 9D | 67 | 22 | 0 | 22 | 26 | 77 | 16 | 33 |
| Octal | 150 | 235 | 147 | 42 | 0 | 42 | 46 | 167 | 26 | 63 |
| Binary | 1101000 | 10011101 | 1100111 | 100010 | 0 | 100010 | 100110 | 1110111 | 10110 | 110011 |
Color Harmonies of #689D67
Complementary color
Monochromatic Colors of #689D67
Black with #689D67
Text Example
Text Example
White with #689D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689D67; }
p { color: rgb(104,157,103); }
H1.HeaderClassName
{
color: #689D67;
}
.AnyTagClassName
{
color: #689D67;
}
</style>
background-color css
<style>
a { background-color: #689D67; }
a { background-color: rgb(104,157,103); }
div.DivClassName
{
background-color: #689D67;
}
.BgClassName
{
background-color: #689D67;
}
</style>
border-color css
<style>
span { border-color: #689D67; }
span { border-color: rgb(104,157,103); }
td.TdClassName
{
border-color: #689D67;
}
.TagClassName
{
border-color: #689D67;
}
</style>