Shades of Laurel #6B896D
Tints of Laurel #6B896D
RGB
CMYK
RGB Variations
Color information
#6B896D (or 0x6B896D) is known color: Laurel. HEX triplet: 6B, 89 and 6D. RGB value is (107,137,109). Sum of RGB (Red+Green+Blue) = 107+137+109=353 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.31% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 137 - color contains mainly: green. Hex color #6B896D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B896D is #947692. Grayscale: #7C7C7C. Windows color (decimal): -9729683 or 7178603. OLE color: 7178603.
HSL color Cylindrical-coordinate representation of color #6B896D: hue angle of 124º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B896D is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 137 | 109 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.46 |
| HSL | 124º | 0.12% | 0.48% | - |
| HSV(B) | 124º | 0.22% | 0.54% | - |
| XYZ | 17.77 | 22.12 | 17.8 | - |
| YUV | 124.84 | 119.06 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 137 | 109 | 0.22 | 0 | 0.20 | 0.46 | 124 | 0.12 | 0.48 |
| Hex | 6B | 89 | 6D | 16 | 0 | 14 | 2E | 7C | C | 30 |
| Octal | 153 | 211 | 155 | 26 | 0 | 24 | 56 | 174 | 14 | 60 |
| Binary | 1101011 | 10001001 | 1101101 | 10110 | 0 | 10100 | 101110 | 1111100 | 1100 | 110000 |
Color Harmonies of #6B896D
Complementary color
Monochromatic Colors of #6B896D
Black with #6B896D
Text Example
Text Example
White with #6B896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B896D; }
p { color: rgb(107,137,109); }
H1.HeaderClassName
{
color: #6B896D;
}
.AnyTagClassName
{
color: #6B896D;
}
</style>
background-color css
<style>
a { background-color: #6B896D; }
a { background-color: rgb(107,137,109); }
div.DivClassName
{
background-color: #6B896D;
}
.BgClassName
{
background-color: #6B896D;
}
</style>
border-color css
<style>
span { border-color: #6B896D; }
span { border-color: rgb(107,137,109); }
td.TdClassName
{
border-color: #6B896D;
}
.TagClassName
{
border-color: #6B896D;
}
</style>