Shades of Laurel #689C69
Tints of Laurel #689C69
RGB
CMYK
RGB Variations
Color information
#689C69 (or 0x689C69) is known color: Laurel. HEX triplet: 68, 9C and 69. RGB value is (104,156,105). Sum of RGB (Red+Green+Blue) = 104+156+105=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 156 - color contains mainly: green. Hex color #689C69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689C69 is #976396. Grayscale: #868686. Windows color (decimal): -9921431 or 6921320. OLE color: 6921320.
HSL color Cylindrical-coordinate representation of color #689C69: hue angle of 121.15º degrees, saturation: 0.21, 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 #689C69 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 156 | 105 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.39 |
| HSL | 121.15º | 0.21% | 0.51% | - |
| HSV(B) | 121.15º | 0.33% | 0.61% | - |
| XYZ | 20.15 | 27.74 | 17.66 | - |
| YUV | 134.64 | 111.27 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 156 | 105 | 0.33 | 0 | 0.33 | 0.39 | 121.15 | 0.21 | 0.51 |
| Hex | 68 | 9C | 69 | 21 | 0 | 21 | 27 | 79 | 15 | 33 |
| Octal | 150 | 234 | 151 | 41 | 0 | 41 | 47 | 171 | 25 | 63 |
| Binary | 1101000 | 10011100 | 1101001 | 100001 | 0 | 100001 | 100111 | 1111001 | 10101 | 110011 |
Color Harmonies of #689C69
Complementary color
Monochromatic Colors of #689C69
Black with #689C69
Text Example
Text Example
White with #689C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689C69; }
p { color: rgb(104,156,105); }
H1.HeaderClassName
{
color: #689C69;
}
.AnyTagClassName
{
color: #689C69;
}
</style>
background-color css
<style>
a { background-color: #689C69; }
a { background-color: rgb(104,156,105); }
div.DivClassName
{
background-color: #689C69;
}
.BgClassName
{
background-color: #689C69;
}
</style>
border-color css
<style>
span { border-color: #689C69; }
span { border-color: rgb(104,156,105); }
td.TdClassName
{
border-color: #689C69;
}
.TagClassName
{
border-color: #689C69;
}
</style>