Shades of Laurel #6B8B6F
Tints of Laurel #6B8B6F
RGB
CMYK
RGB Variations
Color information
#6B8B6F (or 0x6B8B6F) is known color: Laurel. HEX triplet: 6B, 8B and 6F. RGB value is (107,139,111). Sum of RGB (Red+Green+Blue) = 107+139+111=357 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.97% from 357); Green value is 139 (54.69% from 255 or 38.94% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 139 - color contains mainly: green. Hex color #6B8B6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8B6F is #947490. Grayscale: #7E7E7E. Windows color (decimal): -9729169 or 7310187. OLE color: 7310187.
HSL color Cylindrical-coordinate representation of color #6B8B6F: hue angle of 127.5º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6B8B6F is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 139 | 111 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.45 |
| HSL | 127.5º | 0.13% | 0.48% | - |
| HSV(B) | 127.5º | 0.23% | 0.55% | - |
| XYZ | 18.17 | 22.74 | 18.47 | - |
| YUV | 126.24 | 119.4 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 139 | 111 | 0.23 | 0 | 0.20 | 0.45 | 127.5 | 0.13 | 0.48 |
| Hex | 6B | 8B | 6F | 17 | 0 | 14 | 2D | 80 | D | 30 |
| Octal | 153 | 213 | 157 | 27 | 0 | 24 | 55 | 200 | 15 | 60 |
| Binary | 1101011 | 10001011 | 1101111 | 10111 | 0 | 10100 | 101101 | 10000000 | 1101 | 110000 |
Color Harmonies of #6B8B6F
Complementary color
Monochromatic Colors of #6B8B6F
Black with #6B8B6F
Text Example
Text Example
White with #6B8B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8B6F; }
p { color: rgb(107,139,111); }
H1.HeaderClassName
{
color: #6B8B6F;
}
.AnyTagClassName
{
color: #6B8B6F;
}
</style>
background-color css
<style>
a { background-color: #6B8B6F; }
a { background-color: rgb(107,139,111); }
div.DivClassName
{
background-color: #6B8B6F;
}
.BgClassName
{
background-color: #6B8B6F;
}
</style>
border-color css
<style>
span { border-color: #6B8B6F; }
span { border-color: rgb(107,139,111); }
td.TdClassName
{
border-color: #6B8B6F;
}
.TagClassName
{
border-color: #6B8B6F;
}
</style>