Shades of Laurel #689966
Tints of Laurel #689966
RGB
CMYK
RGB Variations
Color information
#689966 (or 0x689966) is known color: Laurel. HEX triplet: 68, 99 and 66. RGB value is (104,153,102). Sum of RGB (Red+Green+Blue) = 104+153+102=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 153 - color contains mainly: green. Hex color #689966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689966 is #976699. Grayscale: #848484. Windows color (decimal): -9922202 or 6723944. OLE color: 6723944.
HSL color Cylindrical-coordinate representation of color #689966: hue angle of 117.65º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #689966 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 153 | 102 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.4 |
| HSL | 117.65º | 0.2% | 0.5% | - |
| HSV(B) | 117.65º | 0.33% | 0.6% | - |
| XYZ | 19.5 | 26.68 | 16.69 | - |
| YUV | 132.54 | 110.77 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 102 | 0.32 | 0 | 0.33 | 0.4 | 117.65 | 0.2 | 0.5 |
| Hex | 68 | 99 | 66 | 20 | 0 | 21 | 28 | 76 | 14 | 32 |
| Octal | 150 | 231 | 146 | 40 | 0 | 41 | 50 | 166 | 24 | 62 |
| Binary | 1101000 | 10011001 | 1100110 | 100000 | 0 | 100001 | 101000 | 1110110 | 10100 | 110010 |
Color Harmonies of #689966
Complementary color
Monochromatic Colors of #689966
Black with #689966
Text Example
Text Example
White with #689966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689966; }
p { color: rgb(104,153,102); }
H1.HeaderClassName
{
color: #689966;
}
.AnyTagClassName
{
color: #689966;
}
</style>
background-color css
<style>
a { background-color: #689966; }
a { background-color: rgb(104,153,102); }
div.DivClassName
{
background-color: #689966;
}
.BgClassName
{
background-color: #689966;
}
</style>
border-color css
<style>
span { border-color: #689966; }
span { border-color: rgb(104,153,102); }
td.TdClassName
{
border-color: #689966;
}
.TagClassName
{
border-color: #689966;
}
</style>