Shades of Laurel #6B8971
Tints of Laurel #6B8971
RGB
CMYK
RGB Variations
Color information
#6B8971 (or 0x6B8971) is known color: Laurel. HEX triplet: 6B, 89 and 71. RGB value is (107,137,113). Sum of RGB (Red+Green+Blue) = 107+137+113=357 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.97% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 137 - color contains mainly: green. Hex color #6B8971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8971 is #94768E. Grayscale: #7D7D7D. Windows color (decimal): -9729679 or 7440747. OLE color: 7440747.
HSL color Cylindrical-coordinate representation of color #6B8971: hue angle of 132º 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 #6B8971 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 137 | 113 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.46 |
| HSL | 132º | 0.12% | 0.48% | - |
| HSV(B) | 132º | 0.22% | 0.54% | - |
| XYZ | 17.99 | 22.21 | 18.96 | - |
| YUV | 125.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 137 | 113 | 0.22 | 0 | 0.18 | 0.46 | 132 | 0.12 | 0.48 |
| Hex | 6B | 89 | 71 | 16 | 0 | 12 | 2E | 84 | C | 30 |
| Octal | 153 | 211 | 161 | 26 | 0 | 22 | 56 | 204 | 14 | 60 |
| Binary | 1101011 | 10001001 | 1110001 | 10110 | 0 | 10010 | 101110 | 10000100 | 1100 | 110000 |
Color Harmonies of #6B8971
Complementary color
Monochromatic Colors of #6B8971
Black with #6B8971
Text Example
Text Example
White with #6B8971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8971; }
p { color: rgb(107,137,113); }
H1.HeaderClassName
{
color: #6B8971;
}
.AnyTagClassName
{
color: #6B8971;
}
</style>
background-color css
<style>
a { background-color: #6B8971; }
a { background-color: rgb(107,137,113); }
div.DivClassName
{
background-color: #6B8971;
}
.BgClassName
{
background-color: #6B8971;
}
</style>
border-color css
<style>
span { border-color: #6B8971; }
span { border-color: rgb(107,137,113); }
td.TdClassName
{
border-color: #6B8971;
}
.TagClassName
{
border-color: #6B8971;
}
</style>