Shades of Laurel #698A6B
Tints of Laurel #698A6B
RGB
CMYK
RGB Variations
Color information
#698A6B (or 0x698A6B) is known color: Laurel. HEX triplet: 69, 8A and 6B. RGB value is (105,138,107). Sum of RGB (Red+Green+Blue) = 105+138+107=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 138 - color contains mainly: green. Hex color #698A6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698A6B is #967594. Grayscale: #7C7C7C. Windows color (decimal): -9860501 or 7047785. OLE color: 7047785.
HSL color Cylindrical-coordinate representation of color #698A6B: hue angle of 123.64º 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 #698A6B is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 138 | 107 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.46 |
| HSL | 123.64º | 0.14% | 0.48% | - |
| HSV(B) | 123.64º | 0.24% | 0.54% | - |
| XYZ | 17.57 | 22.24 | 17.28 | - |
| YUV | 124.6 | 118.07 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 138 | 107 | 0.24 | 0 | 0.22 | 0.46 | 123.64 | 0.14 | 0.48 |
| Hex | 69 | 8A | 6B | 18 | 0 | 16 | 2E | 7C | E | 30 |
| Octal | 151 | 212 | 153 | 30 | 0 | 26 | 56 | 174 | 16 | 60 |
| Binary | 1101001 | 10001010 | 1101011 | 11000 | 0 | 10110 | 101110 | 1111100 | 1110 | 110000 |
Color Harmonies of #698A6B
Complementary color
Monochromatic Colors of #698A6B
Black with #698A6B
Text Example
Text Example
White with #698A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698A6B; }
p { color: rgb(105,138,107); }
H1.HeaderClassName
{
color: #698A6B;
}
.AnyTagClassName
{
color: #698A6B;
}
</style>
background-color css
<style>
a { background-color: #698A6B; }
a { background-color: rgb(105,138,107); }
div.DivClassName
{
background-color: #698A6B;
}
.BgClassName
{
background-color: #698A6B;
}
</style>
border-color css
<style>
span { border-color: #698A6B; }
span { border-color: rgb(105,138,107); }
td.TdClassName
{
border-color: #698A6B;
}
.TagClassName
{
border-color: #698A6B;
}
</style>