Shades of Laurel #689A6E
Tints of Laurel #689A6E
RGB
CMYK
RGB Variations
Color information
#689A6E (or 0x689A6E) is known color: Laurel. HEX triplet: 68, 9A and 6E. RGB value is (104,154,110). Sum of RGB (Red+Green+Blue) = 104+154+110=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 154 - color contains mainly: green. Hex color #689A6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689A6E is #976591. Grayscale: #868686. Windows color (decimal): -9921938 or 7248488. OLE color: 7248488.
HSL color Cylindrical-coordinate representation of color #689A6E: hue angle of 127.2º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689A6E is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 154 | 110 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.40 |
| HSL | 127.2º | 0.2% | 0.51% | - |
| HSV(B) | 127.2º | 0.32% | 0.6% | - |
| XYZ | 20.08 | 27.18 | 18.94 | - |
| YUV | 134.03 | 114.44 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 154 | 110 | 0.32 | 0 | 0.29 | 0.40 | 127.2 | 0.2 | 0.51 |
| Hex | 68 | 9A | 6E | 20 | 0 | 1D | 28 | 7F | 14 | 33 |
| Octal | 150 | 232 | 156 | 40 | 0 | 35 | 50 | 177 | 24 | 63 |
| Binary | 1101000 | 10011010 | 1101110 | 100000 | 0 | 11101 | 101000 | 1111111 | 10100 | 110011 |
Color Harmonies of #689A6E
Complementary color
Monochromatic Colors of #689A6E
Black with #689A6E
Text Example
Text Example
White with #689A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689A6E; }
p { color: rgb(104,154,110); }
H1.HeaderClassName
{
color: #689A6E;
}
.AnyTagClassName
{
color: #689A6E;
}
</style>
background-color css
<style>
a { background-color: #689A6E; }
a { background-color: rgb(104,154,110); }
div.DivClassName
{
background-color: #689A6E;
}
.BgClassName
{
background-color: #689A6E;
}
</style>
border-color css
<style>
span { border-color: #689A6E; }
span { border-color: rgb(104,154,110); }
td.TdClassName
{
border-color: #689A6E;
}
.TagClassName
{
border-color: #689A6E;
}
</style>