Shades of Laurel #698A6D
Tints of Laurel #698A6D
RGB
CMYK
RGB Variations
Color information
#698A6D (or 0x698A6D) is known color: Laurel. HEX triplet: 69, 8A and 6D. RGB value is (105,138,109). Sum of RGB (Red+Green+Blue) = 105+138+109=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 138 - color contains mainly: green. Hex color #698A6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698A6D is #967592. Grayscale: #7C7C7C. Windows color (decimal): -9860499 or 7178857. OLE color: 7178857.
HSL color Cylindrical-coordinate representation of color #698A6D: hue angle of 127.27º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #698A6D is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 138 | 109 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.46 |
| HSL | 127.27º | 0.14% | 0.48% | - |
| HSV(B) | 127.27º | 0.24% | 0.54% | - |
| XYZ | 17.67 | 22.28 | 17.84 | - |
| YUV | 124.83 | 119.07 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 138 | 109 | 0.24 | 0 | 0.21 | 0.46 | 127.27 | 0.14 | 0.48 |
| Hex | 69 | 8A | 6D | 18 | 0 | 15 | 2E | 7F | E | 30 |
| Octal | 151 | 212 | 155 | 30 | 0 | 25 | 56 | 177 | 16 | 60 |
| Binary | 1101001 | 10001010 | 1101101 | 11000 | 0 | 10101 | 101110 | 1111111 | 1110 | 110000 |
Color Harmonies of #698A6D
Complementary color
Monochromatic Colors of #698A6D
Black with #698A6D
Text Example
Text Example
White with #698A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698A6D; }
p { color: rgb(105,138,109); }
H1.HeaderClassName
{
color: #698A6D;
}
.AnyTagClassName
{
color: #698A6D;
}
</style>
background-color css
<style>
a { background-color: #698A6D; }
a { background-color: rgb(105,138,109); }
div.DivClassName
{
background-color: #698A6D;
}
.BgClassName
{
background-color: #698A6D;
}
</style>
border-color css
<style>
span { border-color: #698A6D; }
span { border-color: rgb(105,138,109); }
td.TdClassName
{
border-color: #698A6D;
}
.TagClassName
{
border-color: #698A6D;
}
</style>