Shades of Laurel #698B70
Tints of Laurel #698B70
RGB
CMYK
RGB Variations
Color information
#698B70 (or 0x698B70) is known color: Laurel. HEX triplet: 69, 8B and 70. RGB value is (105,139,112). Sum of RGB (Red+Green+Blue) = 105+139+112=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 139 - color contains mainly: green. Hex color #698B70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698B70 is #96748F. Grayscale: #7D7D7D. Windows color (decimal): -9860240 or 7375721. OLE color: 7375721.
HSL color Cylindrical-coordinate representation of color #698B70: hue angle of 132.35º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #698B70 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 139 | 112 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.45 |
| HSL | 132.35º | 0.14% | 0.48% | - |
| HSV(B) | 132.35º | 0.24% | 0.55% | - |
| XYZ | 17.98 | 22.64 | 18.75 | - |
| YUV | 125.76 | 120.24 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 112 | 0.24 | 0 | 0.19 | 0.45 | 132.35 | 0.14 | 0.48 |
| Hex | 69 | 8B | 70 | 18 | 0 | 13 | 2D | 84 | E | 30 |
| Octal | 151 | 213 | 160 | 30 | 0 | 23 | 55 | 204 | 16 | 60 |
| Binary | 1101001 | 10001011 | 1110000 | 11000 | 0 | 10011 | 101101 | 10000100 | 1110 | 110000 |
Color Harmonies of #698B70
Complementary color
Monochromatic Colors of #698B70
Black with #698B70
Text Example
Text Example
White with #698B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698B70; }
p { color: rgb(105,139,112); }
H1.HeaderClassName
{
color: #698B70;
}
.AnyTagClassName
{
color: #698B70;
}
</style>
background-color css
<style>
a { background-color: #698B70; }
a { background-color: rgb(105,139,112); }
div.DivClassName
{
background-color: #698B70;
}
.BgClassName
{
background-color: #698B70;
}
</style>
border-color css
<style>
span { border-color: #698B70; }
span { border-color: rgb(105,139,112); }
td.TdClassName
{
border-color: #698B70;
}
.TagClassName
{
border-color: #698B70;
}
</style>