Shades of Laurel #6B9871
Tints of Laurel #6B9871
RGB
CMYK
RGB Variations
Color information
#6B9871 (or 0x6B9871) is known color: Laurel. HEX triplet: 6B, 98 and 71. RGB value is (107,152,113). Sum of RGB (Red+Green+Blue) = 107+152+113=372 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.76% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 152 - color contains mainly: green. Hex color #6B9871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9871 is #94678E. Grayscale: #868686. Windows color (decimal): -9725839 or 7444587. OLE color: 7444587.
HSL color Cylindrical-coordinate representation of color #6B9871: hue angle of 128º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B9871 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 107 | 152 | 113 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.40 |
| HSL | 128º | 0.18% | 0.51% | - |
| HSV(B) | 128º | 0.3% | 0.6% | - |
| XYZ | 20.27 | 26.77 | 19.72 | - |
| YUV | 134.1 | 116.09 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 152 | 113 | 0.30 | 0 | 0.26 | 0.40 | 128 | 0.18 | 0.51 |
| Hex | 6B | 98 | 71 | 1E | 0 | 1A | 28 | 80 | 12 | 33 |
| Octal | 153 | 230 | 161 | 36 | 0 | 32 | 50 | 200 | 22 | 63 |
| Binary | 1101011 | 10011000 | 1110001 | 11110 | 0 | 11010 | 101000 | 10000000 | 10010 | 110011 |
Color Harmonies of #6B9871
Complementary color
Monochromatic Colors of #6B9871
Black with #6B9871
Text Example
Text Example
White with #6B9871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9871; }
p { color: rgb(107,152,113); }
H1.HeaderClassName
{
color: #6B9871;
}
.AnyTagClassName
{
color: #6B9871;
}
</style>
background-color css
<style>
a { background-color: #6B9871; }
a { background-color: rgb(107,152,113); }
div.DivClassName
{
background-color: #6B9871;
}
.BgClassName
{
background-color: #6B9871;
}
</style>
border-color css
<style>
span { border-color: #6B9871; }
span { border-color: rgb(107,152,113); }
td.TdClassName
{
border-color: #6B9871;
}
.TagClassName
{
border-color: #6B9871;
}
</style>