Shades of Laurel #697F6A
Tints of Laurel #697F6A
RGB
CMYK
RGB Variations
Color information
#697F6A (or 0x697F6A) is known color: Laurel. HEX triplet: 69, 7F and 6A. RGB value is (105,127,106). Sum of RGB (Red+Green+Blue) = 105+127+106=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 127 - color contains mainly: green. Hex color #697F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697F6A is #968095. Grayscale: #767676. Windows color (decimal): -9863318 or 6979433. OLE color: 6979433.
HSL color Cylindrical-coordinate representation of color #697F6A: hue angle of 122.73º 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 #697F6A is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 127 | 106 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.50 |
| HSL | 122.73º | 0.09% | 0.45% | - |
| HSV(B) | 122.73º | 0.17% | 0.5% | - |
| XYZ | 16.02 | 19.22 | 16.5 | - |
| YUV | 118.03 | 121.21 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 127 | 106 | 0.17 | 0 | 0.17 | 0.50 | 122.73 | 0.09 | 0.45 |
| Hex | 69 | 7F | 6A | 11 | 0 | 11 | 32 | 7B | 9 | 2D |
| Octal | 151 | 177 | 152 | 21 | 0 | 21 | 62 | 173 | 11 | 55 |
| Binary | 1101001 | 1111111 | 1101010 | 10001 | 0 | 10001 | 110010 | 1111011 | 1001 | 101101 |
Color Harmonies of #697F6A
Complementary color
Monochromatic Colors of #697F6A
Black with #697F6A
Text Example
Text Example
White with #697F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697F6A; }
p { color: rgb(105,127,106); }
H1.HeaderClassName
{
color: #697F6A;
}
.AnyTagClassName
{
color: #697F6A;
}
</style>
background-color css
<style>
a { background-color: #697F6A; }
a { background-color: rgb(105,127,106); }
div.DivClassName
{
background-color: #697F6A;
}
.BgClassName
{
background-color: #697F6A;
}
</style>
border-color css
<style>
span { border-color: #697F6A; }
span { border-color: rgb(105,127,106); }
td.TdClassName
{
border-color: #697F6A;
}
.TagClassName
{
border-color: #697F6A;
}
</style>