Shades of Laurel #6B8672
Tints of Laurel #6B8672
RGB
CMYK
RGB Variations
Color information
#6B8672 (or 0x6B8672) is known color: Laurel. HEX triplet: 6B, 86 and 72. RGB value is (107,134,114). Sum of RGB (Red+Green+Blue) = 107+134+114=355 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.14% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 134 - color contains mainly: green. Hex color #6B8672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8672 is #94798D. Grayscale: #7B7B7B. Windows color (decimal): -9730446 or 7505515. OLE color: 7505515.
HSL color Cylindrical-coordinate representation of color #6B8672: hue angle of 135.56º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6B8672 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 134 | 114 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.47 |
| HSL | 135.56º | 0.11% | 0.47% | - |
| HSV(B) | 135.56º | 0.2% | 0.53% | - |
| XYZ | 17.63 | 21.39 | 19.12 | - |
| YUV | 123.65 | 122.55 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 134 | 114 | 0.20 | 0 | 0.15 | 0.47 | 135.56 | 0.11 | 0.47 |
| Hex | 6B | 86 | 72 | 14 | 0 | F | 2F | 88 | B | 2F |
| Octal | 153 | 206 | 162 | 24 | 0 | 17 | 57 | 210 | 13 | 57 |
| Binary | 1101011 | 10000110 | 1110010 | 10100 | 0 | 1111 | 101111 | 10001000 | 1011 | 101111 |
Color Harmonies of #6B8672
Complementary color
Monochromatic Colors of #6B8672
Black with #6B8672
Text Example
Text Example
White with #6B8672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8672; }
p { color: rgb(107,134,114); }
H1.HeaderClassName
{
color: #6B8672;
}
.AnyTagClassName
{
color: #6B8672;
}
</style>
background-color css
<style>
a { background-color: #6B8672; }
a { background-color: rgb(107,134,114); }
div.DivClassName
{
background-color: #6B8672;
}
.BgClassName
{
background-color: #6B8672;
}
</style>
border-color css
<style>
span { border-color: #6B8672; }
span { border-color: rgb(107,134,114); }
td.TdClassName
{
border-color: #6B8672;
}
.TagClassName
{
border-color: #6B8672;
}
</style>