Shades of Laurel #698B6E
Tints of Laurel #698B6E
RGB
CMYK
RGB Variations
Color information
#698B6E (or 0x698B6E) is known color: Laurel. HEX triplet: 69, 8B and 6E. RGB value is (105,139,110). Sum of RGB (Red+Green+Blue) = 105+139+110=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 139 (54.69% from 255 or 39.27% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 139 - color contains mainly: green. Hex color #698B6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698B6E is #967491. Grayscale: #7D7D7D. Windows color (decimal): -9860242 or 7244649. OLE color: 7244649.
HSL color Cylindrical-coordinate representation of color #698B6E: hue angle of 128.82º 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 #698B6E is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 139 | 110 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.45 |
| HSL | 128.82º | 0.14% | 0.48% | - |
| HSV(B) | 128.82º | 0.24% | 0.55% | - |
| XYZ | 17.87 | 22.59 | 18.17 | - |
| YUV | 125.53 | 119.24 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 110 | 0.24 | 0 | 0.21 | 0.45 | 128.82 | 0.14 | 0.48 |
| Hex | 69 | 8B | 6E | 18 | 0 | 15 | 2D | 81 | E | 30 |
| Octal | 151 | 213 | 156 | 30 | 0 | 25 | 55 | 201 | 16 | 60 |
| Binary | 1101001 | 10001011 | 1101110 | 11000 | 0 | 10101 | 101101 | 10000001 | 1110 | 110000 |
Color Harmonies of #698B6E
Complementary color
Monochromatic Colors of #698B6E
Black with #698B6E
Text Example
Text Example
White with #698B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698B6E; }
p { color: rgb(105,139,110); }
H1.HeaderClassName
{
color: #698B6E;
}
.AnyTagClassName
{
color: #698B6E;
}
</style>
background-color css
<style>
a { background-color: #698B6E; }
a { background-color: rgb(105,139,110); }
div.DivClassName
{
background-color: #698B6E;
}
.BgClassName
{
background-color: #698B6E;
}
</style>
border-color css
<style>
span { border-color: #698B6E; }
span { border-color: rgb(105,139,110); }
td.TdClassName
{
border-color: #698B6E;
}
.TagClassName
{
border-color: #698B6E;
}
</style>