Shades of Laurel #698D6F
Tints of Laurel #698D6F
RGB
CMYK
RGB Variations
Color information
#698D6F (or 0x698D6F) is known color: Laurel. HEX triplet: 69, 8D and 6F. RGB value is (105,141,111). Sum of RGB (Red+Green+Blue) = 105+141+111=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 141 - color contains mainly: green. Hex color #698D6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698D6F is #967290. Grayscale: #7E7E7E. Windows color (decimal): -9859729 or 7310697. OLE color: 7310697.
HSL color Cylindrical-coordinate representation of color #698D6F: hue angle of 130º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #698D6F is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 141 | 111 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.45 |
| HSL | 130º | 0.15% | 0.48% | - |
| HSV(B) | 130º | 0.26% | 0.55% | - |
| XYZ | 18.22 | 23.2 | 18.56 | - |
| YUV | 126.82 | 119.07 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 141 | 111 | 0.26 | 0 | 0.21 | 0.45 | 130 | 0.15 | 0.48 |
| Hex | 69 | 8D | 6F | 1A | 0 | 15 | 2D | 82 | F | 30 |
| Octal | 151 | 215 | 157 | 32 | 0 | 25 | 55 | 202 | 17 | 60 |
| Binary | 1101001 | 10001101 | 1101111 | 11010 | 0 | 10101 | 101101 | 10000010 | 1111 | 110000 |
Color Harmonies of #698D6F
Complementary color
Monochromatic Colors of #698D6F
Black with #698D6F
Text Example
Text Example
White with #698D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698D6F; }
p { color: rgb(105,141,111); }
H1.HeaderClassName
{
color: #698D6F;
}
.AnyTagClassName
{
color: #698D6F;
}
</style>
background-color css
<style>
a { background-color: #698D6F; }
a { background-color: rgb(105,141,111); }
div.DivClassName
{
background-color: #698D6F;
}
.BgClassName
{
background-color: #698D6F;
}
</style>
border-color css
<style>
span { border-color: #698D6F; }
span { border-color: rgb(105,141,111); }
td.TdClassName
{
border-color: #698D6F;
}
.TagClassName
{
border-color: #698D6F;
}
</style>