Shades of Laurel #698869
Tints of Laurel #698869
RGB
CMYK
RGB Variations
Color information
#698869 (or 0x698869) is known color: Laurel. HEX triplet: 69, 88 and 69. RGB value is (105,136,105). Sum of RGB (Red+Green+Blue) = 105+136+105=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 136 - color contains mainly: green. Hex color #698869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698869 is #967796. Grayscale: #7B7B7B. Windows color (decimal): -9861015 or 6916201. OLE color: 6916201.
HSL color Cylindrical-coordinate representation of color #698869: hue angle of 120º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #698869 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 136 | 105 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.47 |
| HSL | 120º | 0.13% | 0.47% | - |
| HSV(B) | 120º | 0.23% | 0.53% | - |
| XYZ | 17.18 | 21.63 | 16.63 | - |
| YUV | 123.2 | 117.73 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 136 | 105 | 0.23 | 0 | 0.23 | 0.47 | 120 | 0.13 | 0.47 |
| Hex | 69 | 88 | 69 | 17 | 0 | 17 | 2F | 78 | D | 2F |
| Octal | 151 | 210 | 151 | 27 | 0 | 27 | 57 | 170 | 15 | 57 |
| Binary | 1101001 | 10001000 | 1101001 | 10111 | 0 | 10111 | 101111 | 1111000 | 1101 | 101111 |
Color Harmonies of #698869
Complementary color
Monochromatic Colors of #698869
Black with #698869
Text Example
Text Example
White with #698869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698869; }
p { color: rgb(105,136,105); }
H1.HeaderClassName
{
color: #698869;
}
.AnyTagClassName
{
color: #698869;
}
</style>
background-color css
<style>
a { background-color: #698869; }
a { background-color: rgb(105,136,105); }
div.DivClassName
{
background-color: #698869;
}
.BgClassName
{
background-color: #698869;
}
</style>
border-color css
<style>
span { border-color: #698869; }
span { border-color: rgb(105,136,105); }
td.TdClassName
{
border-color: #698869;
}
.TagClassName
{
border-color: #698869;
}
</style>