Shades of Laurel #678B71
Tints of Laurel #678B71
RGB
CMYK
RGB Variations
Color information
#678B71 (or 0x678B71) is known color: Laurel. HEX triplet: 67, 8B and 71. RGB value is (103,139,113). Sum of RGB (Red+Green+Blue) = 103+139+113=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 139 - color contains mainly: green. Hex color #678B71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678B71 is #98748E. Grayscale: #7D7D7D. Windows color (decimal): -9991311 or 7441255. OLE color: 7441255.
HSL color Cylindrical-coordinate representation of color #678B71: hue angle of 136.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #678B71 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 139 | 113 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.45 |
| HSL | 136.67º | 0.15% | 0.47% | - |
| HSV(B) | 136.67º | 0.26% | 0.55% | - |
| XYZ | 17.81 | 22.54 | 19.04 | - |
| YUV | 125.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 139 | 113 | 0.26 | 0 | 0.19 | 0.45 | 136.67 | 0.15 | 0.47 |
| Hex | 67 | 8B | 71 | 1A | 0 | 13 | 2D | 89 | F | 2F |
| Octal | 147 | 213 | 161 | 32 | 0 | 23 | 55 | 211 | 17 | 57 |
| Binary | 1100111 | 10001011 | 1110001 | 11010 | 0 | 10011 | 101101 | 10001001 | 1111 | 101111 |
Color Harmonies of #678B71
Complementary color
Monochromatic Colors of #678B71
Black with #678B71
Text Example
Text Example
White with #678B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678B71; }
p { color: rgb(103,139,113); }
H1.HeaderClassName
{
color: #678B71;
}
.AnyTagClassName
{
color: #678B71;
}
</style>
background-color css
<style>
a { background-color: #678B71; }
a { background-color: rgb(103,139,113); }
div.DivClassName
{
background-color: #678B71;
}
.BgClassName
{
background-color: #678B71;
}
</style>
border-color css
<style>
span { border-color: #678B71; }
span { border-color: rgb(103,139,113); }
td.TdClassName
{
border-color: #678B71;
}
.TagClassName
{
border-color: #678B71;
}
</style>