Shades of Laurel #697869
Tints of Laurel #697869
RGB
CMYK
RGB Variations
Color information
#697869 (or 0x697869) is known color: Laurel. HEX triplet: 69, 78 and 69. RGB value is (105,120,105). Sum of RGB (Red+Green+Blue) = 105+120+105=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 120 - color contains mainly: green. Hex color #697869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697869 is #968796. Grayscale: #717171. Windows color (decimal): -9865111 or 6912105. OLE color: 6912105.
HSL color Cylindrical-coordinate representation of color #697869: hue angle of 120º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #697869 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 120 | 105 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.53 |
| HSL | 120º | 0.07% | 0.44% | - |
| HSV(B) | 120º | 0.13% | 0.47% | - |
| XYZ | 15.09 | 17.46 | 15.94 | - |
| YUV | 113.81 | 123.03 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 120 | 105 | 0.13 | 0 | 0.13 | 0.53 | 120 | 0.07 | 0.44 |
| Hex | 69 | 78 | 69 | D | 0 | D | 35 | 78 | 7 | 2C |
| Octal | 151 | 170 | 151 | 15 | 0 | 15 | 65 | 170 | 7 | 54 |
| Binary | 1101001 | 1111000 | 1101001 | 1101 | 0 | 1101 | 110101 | 1111000 | 111 | 101100 |
Color Harmonies of #697869
Complementary color
Monochromatic Colors of #697869
Black with #697869
Text Example
Text Example
White with #697869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697869; }
p { color: rgb(105,120,105); }
H1.HeaderClassName
{
color: #697869;
}
.AnyTagClassName
{
color: #697869;
}
</style>
background-color css
<style>
a { background-color: #697869; }
a { background-color: rgb(105,120,105); }
div.DivClassName
{
background-color: #697869;
}
.BgClassName
{
background-color: #697869;
}
</style>
border-color css
<style>
span { border-color: #697869; }
span { border-color: rgb(105,120,105); }
td.TdClassName
{
border-color: #697869;
}
.TagClassName
{
border-color: #697869;
}
</style>