Shades of Laurel #697D6B
Tints of Laurel #697D6B
RGB
CMYK
RGB Variations
Color information
#697D6B (or 0x697D6B) is known color: Laurel. HEX triplet: 69, 7D and 6B. RGB value is (105,125,107). Sum of RGB (Red+Green+Blue) = 105+125+107=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 125 - color contains mainly: green. Hex color #697D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697D6B is #968294. Grayscale: #757575. Windows color (decimal): -9863829 or 7044457. OLE color: 7044457.
HSL color Cylindrical-coordinate representation of color #697D6B: hue angle of 126º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #697D6B is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 125 | 107 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.51 |
| HSL | 126º | 0.09% | 0.45% | - |
| HSV(B) | 126º | 0.16% | 0.49% | - |
| XYZ | 15.81 | 18.73 | 16.69 | - |
| YUV | 116.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 125 | 107 | 0.16 | 0 | 0.14 | 0.51 | 126 | 0.09 | 0.45 |
| Hex | 69 | 7D | 6B | 10 | 0 | E | 33 | 7E | 9 | 2D |
| Octal | 151 | 175 | 153 | 20 | 0 | 16 | 63 | 176 | 11 | 55 |
| Binary | 1101001 | 1111101 | 1101011 | 10000 | 0 | 1110 | 110011 | 1111110 | 1001 | 101101 |
Color Harmonies of #697D6B
Complementary color
Monochromatic Colors of #697D6B
Black with #697D6B
Text Example
Text Example
White with #697D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697D6B; }
p { color: rgb(105,125,107); }
H1.HeaderClassName
{
color: #697D6B;
}
.AnyTagClassName
{
color: #697D6B;
}
</style>
background-color css
<style>
a { background-color: #697D6B; }
a { background-color: rgb(105,125,107); }
div.DivClassName
{
background-color: #697D6B;
}
.BgClassName
{
background-color: #697D6B;
}
</style>
border-color css
<style>
span { border-color: #697D6B; }
span { border-color: rgb(105,125,107); }
td.TdClassName
{
border-color: #697D6B;
}
.TagClassName
{
border-color: #697D6B;
}
</style>