Shades of Laurel #6B8B70
Tints of Laurel #6B8B70
RGB
CMYK
RGB Variations
Color information
#6B8B70 (or 0x6B8B70) is known color: Laurel. HEX triplet: 6B, 8B and 70. RGB value is (107,139,112). Sum of RGB (Red+Green+Blue) = 107+139+112=358 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.89% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 139 - color contains mainly: green. Hex color #6B8B70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8B70 is #94748F. Grayscale: #7E7E7E. Windows color (decimal): -9729168 or 7375723. OLE color: 7375723.
HSL color Cylindrical-coordinate representation of color #6B8B70: hue angle of 129.38º 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 #6B8B70 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 139 | 112 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.45 |
| HSL | 129.38º | 0.13% | 0.48% | - |
| HSV(B) | 129.38º | 0.23% | 0.55% | - |
| XYZ | 18.22 | 22.76 | 18.76 | - |
| YUV | 126.35 | 119.9 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 139 | 112 | 0.23 | 0 | 0.19 | 0.45 | 129.38 | 0.13 | 0.48 |
| Hex | 6B | 8B | 70 | 17 | 0 | 13 | 2D | 81 | D | 30 |
| Octal | 153 | 213 | 160 | 27 | 0 | 23 | 55 | 201 | 15 | 60 |
| Binary | 1101011 | 10001011 | 1110000 | 10111 | 0 | 10011 | 101101 | 10000001 | 1101 | 110000 |
Color Harmonies of #6B8B70
Complementary color
Monochromatic Colors of #6B8B70
Black with #6B8B70
Text Example
Text Example
White with #6B8B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8B70; }
p { color: rgb(107,139,112); }
H1.HeaderClassName
{
color: #6B8B70;
}
.AnyTagClassName
{
color: #6B8B70;
}
</style>
background-color css
<style>
a { background-color: #6B8B70; }
a { background-color: rgb(107,139,112); }
div.DivClassName
{
background-color: #6B8B70;
}
.BgClassName
{
background-color: #6B8B70;
}
</style>
border-color css
<style>
span { border-color: #6B8B70; }
span { border-color: rgb(107,139,112); }
td.TdClassName
{
border-color: #6B8B70;
}
.TagClassName
{
border-color: #6B8B70;
}
</style>