Shades of Laurel #697F69
Tints of Laurel #697F69
RGB
CMYK
RGB Variations
Color information
#697F69 (or 0x697F69) is known color: Laurel. HEX triplet: 69, 7F and 69. RGB value is (105,127,105). Sum of RGB (Red+Green+Blue) = 105+127+105=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 127 - color contains mainly: green. Hex color #697F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697F69 is #968096. Grayscale: #757575. Windows color (decimal): -9863319 or 6913897. OLE color: 6913897.
HSL color Cylindrical-coordinate representation of color #697F69: hue angle of 120º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #697F69 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 127 | 105 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.50 |
| HSL | 120º | 0.09% | 0.45% | - |
| HSV(B) | 120º | 0.17% | 0.5% | - |
| XYZ | 15.96 | 19.2 | 16.23 | - |
| YUV | 117.91 | 120.71 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 127 | 105 | 0.17 | 0 | 0.17 | 0.50 | 120 | 0.09 | 0.45 |
| Hex | 69 | 7F | 69 | 11 | 0 | 11 | 32 | 78 | 9 | 2D |
| Octal | 151 | 177 | 151 | 21 | 0 | 21 | 62 | 170 | 11 | 55 |
| Binary | 1101001 | 1111111 | 1101001 | 10001 | 0 | 10001 | 110010 | 1111000 | 1001 | 101101 |
Color Harmonies of #697F69
Complementary color
Monochromatic Colors of #697F69
Black with #697F69
Text Example
Text Example
White with #697F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697F69; }
p { color: rgb(105,127,105); }
H1.HeaderClassName
{
color: #697F69;
}
.AnyTagClassName
{
color: #697F69;
}
</style>
background-color css
<style>
a { background-color: #697F69; }
a { background-color: rgb(105,127,105); }
div.DivClassName
{
background-color: #697F69;
}
.BgClassName
{
background-color: #697F69;
}
</style>
border-color css
<style>
span { border-color: #697F69; }
span { border-color: rgb(105,127,105); }
td.TdClassName
{
border-color: #697F69;
}
.TagClassName
{
border-color: #697F69;
}
</style>