Shades of Laurel #698E70
Tints of Laurel #698E70
RGB
CMYK
RGB Variations
Color information
#698E70 (or 0x698E70) is known color: Laurel. HEX triplet: 69, 8E and 70. RGB value is (105,142,112). Sum of RGB (Red+Green+Blue) = 105+142+112=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 142 (55.86% from 255 or 39.55% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 142 - color contains mainly: green. Hex color #698E70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698E70 is #96718F. Grayscale: #7F7F7F. Windows color (decimal): -9859472 or 7376489. OLE color: 7376489.
HSL color Cylindrical-coordinate representation of color #698E70: hue angle of 131.35º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #698E70 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 142 | 112 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.44 |
| HSL | 131.35º | 0.15% | 0.48% | - |
| HSV(B) | 131.35º | 0.26% | 0.56% | - |
| XYZ | 18.42 | 23.52 | 18.9 | - |
| YUV | 127.52 | 119.24 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 142 | 112 | 0.26 | 0 | 0.21 | 0.44 | 131.35 | 0.15 | 0.48 |
| Hex | 69 | 8E | 70 | 1A | 0 | 15 | 2C | 83 | F | 30 |
| Octal | 151 | 216 | 160 | 32 | 0 | 25 | 54 | 203 | 17 | 60 |
| Binary | 1101001 | 10001110 | 1110000 | 11010 | 0 | 10101 | 101100 | 10000011 | 1111 | 110000 |
Color Harmonies of #698E70
Complementary color
Monochromatic Colors of #698E70
Black with #698E70
Text Example
Text Example
White with #698E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698E70; }
p { color: rgb(105,142,112); }
H1.HeaderClassName
{
color: #698E70;
}
.AnyTagClassName
{
color: #698E70;
}
</style>
background-color css
<style>
a { background-color: #698E70; }
a { background-color: rgb(105,142,112); }
div.DivClassName
{
background-color: #698E70;
}
.BgClassName
{
background-color: #698E70;
}
</style>
border-color css
<style>
span { border-color: #698E70; }
span { border-color: rgb(105,142,112); }
td.TdClassName
{
border-color: #698E70;
}
.TagClassName
{
border-color: #698E70;
}
</style>