Shades of Laurel #698C70
Tints of Laurel #698C70
RGB
CMYK
RGB Variations
Color information
#698C70 (or 0x698C70) is known color: Laurel. HEX triplet: 69, 8C and 70. RGB value is (105,140,112). Sum of RGB (Red+Green+Blue) = 105+140+112=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 140 - color contains mainly: green. Hex color #698C70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698C70 is #96738F. Grayscale: #7E7E7E. Windows color (decimal): -9859984 or 7375977. OLE color: 7375977.
HSL color Cylindrical-coordinate representation of color #698C70: hue angle of 132º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #698C70 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 140 | 112 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.45 |
| HSL | 132º | 0.14% | 0.48% | - |
| HSV(B) | 132º | 0.25% | 0.55% | - |
| XYZ | 18.13 | 22.93 | 18.8 | - |
| YUV | 126.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 140 | 112 | 0.25 | 0 | 0.20 | 0.45 | 132 | 0.14 | 0.48 |
| Hex | 69 | 8C | 70 | 19 | 0 | 14 | 2D | 84 | E | 30 |
| Octal | 151 | 214 | 160 | 31 | 0 | 24 | 55 | 204 | 16 | 60 |
| Binary | 1101001 | 10001100 | 1110000 | 11001 | 0 | 10100 | 101101 | 10000100 | 1110 | 110000 |
Color Harmonies of #698C70
Complementary color
Monochromatic Colors of #698C70
Black with #698C70
Text Example
Text Example
White with #698C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698C70; }
p { color: rgb(105,140,112); }
H1.HeaderClassName
{
color: #698C70;
}
.AnyTagClassName
{
color: #698C70;
}
</style>
background-color css
<style>
a { background-color: #698C70; }
a { background-color: rgb(105,140,112); }
div.DivClassName
{
background-color: #698C70;
}
.BgClassName
{
background-color: #698C70;
}
</style>
border-color css
<style>
span { border-color: #698C70; }
span { border-color: rgb(105,140,112); }
td.TdClassName
{
border-color: #698C70;
}
.TagClassName
{
border-color: #698C70;
}
</style>