Shades of Laurel #69886C
Tints of Laurel #69886C
RGB
CMYK
RGB Variations
Color information
#69886C (or 0x69886C) is known color: Laurel. HEX triplet: 69, 88 and 6C. RGB value is (105,136,108). Sum of RGB (Red+Green+Blue) = 105+136+108=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 136 - color contains mainly: green. Hex color #69886C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69886C is #967793. Grayscale: #7B7B7B. Windows color (decimal): -9861012 or 7112809. OLE color: 7112809.
HSL color Cylindrical-coordinate representation of color #69886C: hue angle of 125.81º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #69886C is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 136 | 108 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.47 |
| HSL | 125.81º | 0.13% | 0.47% | - |
| HSV(B) | 125.81º | 0.23% | 0.53% | - |
| XYZ | 17.34 | 21.69 | 17.46 | - |
| YUV | 123.54 | 119.23 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 136 | 108 | 0.23 | 0 | 0.21 | 0.47 | 125.81 | 0.13 | 0.47 |
| Hex | 69 | 88 | 6C | 17 | 0 | 15 | 2F | 7E | D | 2F |
| Octal | 151 | 210 | 154 | 27 | 0 | 25 | 57 | 176 | 15 | 57 |
| Binary | 1101001 | 10001000 | 1101100 | 10111 | 0 | 10101 | 101111 | 1111110 | 1101 | 101111 |
Color Harmonies of #69886C
Complementary color
Monochromatic Colors of #69886C
Black with #69886C
Text Example
Text Example
White with #69886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69886C; }
p { color: rgb(105,136,108); }
H1.HeaderClassName
{
color: #69886C;
}
.AnyTagClassName
{
color: #69886C;
}
</style>
background-color css
<style>
a { background-color: #69886C; }
a { background-color: rgb(105,136,108); }
div.DivClassName
{
background-color: #69886C;
}
.BgClassName
{
background-color: #69886C;
}
</style>
border-color css
<style>
span { border-color: #69886C; }
span { border-color: rgb(105,136,108); }
td.TdClassName
{
border-color: #69886C;
}
.TagClassName
{
border-color: #69886C;
}
</style>