Shades of Laurel #698569
Tints of Laurel #698569
RGB
CMYK
RGB Variations
Color information
#698569 (or 0x698569) is known color: Laurel. HEX triplet: 69, 85 and 69. RGB value is (105,133,105). Sum of RGB (Red+Green+Blue) = 105+133+105=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 133 - color contains mainly: green. Hex color #698569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698569 is #967A96. Grayscale: #797979. Windows color (decimal): -9861783 or 6915433. OLE color: 6915433.
HSL color Cylindrical-coordinate representation of color #698569: hue angle of 120º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #698569 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 105 | 133 | 105 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.48 |
| HSL | 120º | 0.12% | 0.47% | - |
| HSV(B) | 120º | 0.21% | 0.52% | - |
| XYZ | 16.76 | 20.8 | 16.5 | - |
| YUV | 121.44 | 118.72 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 133 | 105 | 0.21 | 0 | 0.21 | 0.48 | 120 | 0.12 | 0.47 |
| Hex | 69 | 85 | 69 | 15 | 0 | 15 | 30 | 78 | C | 2F |
| Octal | 151 | 205 | 151 | 25 | 0 | 25 | 60 | 170 | 14 | 57 |
| Binary | 1101001 | 10000101 | 1101001 | 10101 | 0 | 10101 | 110000 | 1111000 | 1100 | 101111 |
Color Harmonies of #698569
Complementary color
Monochromatic Colors of #698569
Black with #698569
Text Example
Text Example
White with #698569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698569; }
p { color: rgb(105,133,105); }
H1.HeaderClassName
{
color: #698569;
}
.AnyTagClassName
{
color: #698569;
}
</style>
background-color css
<style>
a { background-color: #698569; }
a { background-color: rgb(105,133,105); }
div.DivClassName
{
background-color: #698569;
}
.BgClassName
{
background-color: #698569;
}
</style>
border-color css
<style>
span { border-color: #698569; }
span { border-color: rgb(105,133,105); }
td.TdClassName
{
border-color: #698569;
}
.TagClassName
{
border-color: #698569;
}
</style>