Shades of Laurel #689B69
Tints of Laurel #689B69
RGB
CMYK
RGB Variations
Color information
#689B69 (or 0x689B69) is known color: Laurel. HEX triplet: 68, 9B and 69. RGB value is (104,155,105). Sum of RGB (Red+Green+Blue) = 104+155+105=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 155 - color contains mainly: green. Hex color #689B69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689B69 is #976496. Grayscale: #868686. Windows color (decimal): -9921687 or 6921064. OLE color: 6921064.
HSL color Cylindrical-coordinate representation of color #689B69: hue angle of 121.18º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #689B69 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 155 | 105 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.39 |
| HSL | 121.18º | 0.2% | 0.51% | - |
| HSV(B) | 121.18º | 0.33% | 0.61% | - |
| XYZ | 19.98 | 27.41 | 17.6 | - |
| YUV | 134.05 | 111.6 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 155 | 105 | 0.33 | 0 | 0.32 | 0.39 | 121.18 | 0.2 | 0.51 |
| Hex | 68 | 9B | 69 | 21 | 0 | 20 | 27 | 79 | 14 | 33 |
| Octal | 150 | 233 | 151 | 41 | 0 | 40 | 47 | 171 | 24 | 63 |
| Binary | 1101000 | 10011011 | 1101001 | 100001 | 0 | 100000 | 100111 | 1111001 | 10100 | 110011 |
Color Harmonies of #689B69
Complementary color
Monochromatic Colors of #689B69
Black with #689B69
Text Example
Text Example
White with #689B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689B69; }
p { color: rgb(104,155,105); }
H1.HeaderClassName
{
color: #689B69;
}
.AnyTagClassName
{
color: #689B69;
}
</style>
background-color css
<style>
a { background-color: #689B69; }
a { background-color: rgb(104,155,105); }
div.DivClassName
{
background-color: #689B69;
}
.BgClassName
{
background-color: #689B69;
}
</style>
border-color css
<style>
span { border-color: #689B69; }
span { border-color: rgb(104,155,105); }
td.TdClassName
{
border-color: #689B69;
}
.TagClassName
{
border-color: #689B69;
}
</style>