Shades of Laurel #69896D
Tints of Laurel #69896D
RGB
CMYK
RGB Variations
Color information
#69896D (or 0x69896D) is known color: Laurel. HEX triplet: 69, 89 and 6D. RGB value is (105,137,109). Sum of RGB (Red+Green+Blue) = 105+137+109=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 137 - color contains mainly: green. Hex color #69896D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69896D is #967692. Grayscale: #7C7C7C. Windows color (decimal): -9860755 or 7178601. OLE color: 7178601.
HSL color Cylindrical-coordinate representation of color #69896D: hue angle of 127.5º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #69896D is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 137 | 109 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.46 |
| HSL | 127.5º | 0.13% | 0.47% | - |
| HSV(B) | 127.5º | 0.23% | 0.54% | - |
| XYZ | 17.53 | 22 | 17.79 | - |
| YUV | 124.24 | 119.4 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 137 | 109 | 0.23 | 0 | 0.20 | 0.46 | 127.5 | 0.13 | 0.47 |
| Hex | 69 | 89 | 6D | 17 | 0 | 14 | 2E | 80 | D | 2F |
| Octal | 151 | 211 | 155 | 27 | 0 | 24 | 56 | 200 | 15 | 57 |
| Binary | 1101001 | 10001001 | 1101101 | 10111 | 0 | 10100 | 101110 | 10000000 | 1101 | 101111 |
Color Harmonies of #69896D
Complementary color
Monochromatic Colors of #69896D
Black with #69896D
Text Example
Text Example
White with #69896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69896D; }
p { color: rgb(105,137,109); }
H1.HeaderClassName
{
color: #69896D;
}
.AnyTagClassName
{
color: #69896D;
}
</style>
background-color css
<style>
a { background-color: #69896D; }
a { background-color: rgb(105,137,109); }
div.DivClassName
{
background-color: #69896D;
}
.BgClassName
{
background-color: #69896D;
}
</style>
border-color css
<style>
span { border-color: #69896D; }
span { border-color: rgb(105,137,109); }
td.TdClassName
{
border-color: #69896D;
}
.TagClassName
{
border-color: #69896D;
}
</style>