Shades of Laurel #6B896C
Tints of Laurel #6B896C
RGB
CMYK
RGB Variations
Color information
#6B896C (or 0x6B896C) is known color: Laurel. HEX triplet: 6B, 89 and 6C. RGB value is (107,137,108). Sum of RGB (Red+Green+Blue) = 107+137+108=352 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.40% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 137 - color contains mainly: green. Hex color #6B896C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B896C is #947693. Grayscale: #7C7C7C. Windows color (decimal): -9729684 or 7113067. OLE color: 7113067.
HSL color Cylindrical-coordinate representation of color #6B896C: hue angle of 122º 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 #6B896C is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 137 | 108 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.46 |
| HSL | 122º | 0.12% | 0.48% | - |
| HSV(B) | 122º | 0.22% | 0.54% | - |
| XYZ | 17.72 | 22.1 | 17.52 | - |
| YUV | 124.72 | 118.56 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 137 | 108 | 0.22 | 0 | 0.21 | 0.46 | 122 | 0.12 | 0.48 |
| Hex | 6B | 89 | 6C | 16 | 0 | 15 | 2E | 7A | C | 30 |
| Octal | 153 | 211 | 154 | 26 | 0 | 25 | 56 | 172 | 14 | 60 |
| Binary | 1101011 | 10001001 | 1101100 | 10110 | 0 | 10101 | 101110 | 1111010 | 1100 | 110000 |
Color Harmonies of #6B896C
Complementary color
Monochromatic Colors of #6B896C
Black with #6B896C
Text Example
Text Example
White with #6B896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B896C; }
p { color: rgb(107,137,108); }
H1.HeaderClassName
{
color: #6B896C;
}
.AnyTagClassName
{
color: #6B896C;
}
</style>
background-color css
<style>
a { background-color: #6B896C; }
a { background-color: rgb(107,137,108); }
div.DivClassName
{
background-color: #6B896C;
}
.BgClassName
{
background-color: #6B896C;
}
</style>
border-color css
<style>
span { border-color: #6B896C; }
span { border-color: rgb(107,137,108); }
td.TdClassName
{
border-color: #6B896C;
}
.TagClassName
{
border-color: #6B896C;
}
</style>