Shades of Laurel #67986D
Tints of Laurel #67986D
RGB
CMYK
RGB Variations
Color information
#67986D (or 0x67986D) is known color: Laurel. HEX triplet: 67, 98 and 6D. RGB value is (103,152,109). Sum of RGB (Red+Green+Blue) = 103+152+109=364 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.30% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 152 - color contains mainly: green. Hex color #67986D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67986D is #986792. Grayscale: #848484. Windows color (decimal): -9987987 or 7182439. OLE color: 7182439.
HSL color Cylindrical-coordinate representation of color #67986D: hue angle of 127.35º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #67986D is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 109 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.40 |
| HSL | 127.35º | 0.19% | 0.5% | - |
| HSV(B) | 127.35º | 0.32% | 0.6% | - |
| XYZ | 19.58 | 26.44 | 18.54 | - |
| YUV | 132.45 | 114.77 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 109 | 0.32 | 0 | 0.28 | 0.40 | 127.35 | 0.19 | 0.5 |
| Hex | 67 | 98 | 6D | 20 | 0 | 1C | 28 | 7F | 13 | 32 |
| Octal | 147 | 230 | 155 | 40 | 0 | 34 | 50 | 177 | 23 | 62 |
| Binary | 1100111 | 10011000 | 1101101 | 100000 | 0 | 11100 | 101000 | 1111111 | 10011 | 110010 |
Color Harmonies of #67986D
Complementary color
Monochromatic Colors of #67986D
Black with #67986D
Text Example
Text Example
White with #67986D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67986D; }
p { color: rgb(103,152,109); }
H1.HeaderClassName
{
color: #67986D;
}
.AnyTagClassName
{
color: #67986D;
}
</style>
background-color css
<style>
a { background-color: #67986D; }
a { background-color: rgb(103,152,109); }
div.DivClassName
{
background-color: #67986D;
}
.BgClassName
{
background-color: #67986D;
}
</style>
border-color css
<style>
span { border-color: #67986D; }
span { border-color: rgb(103,152,109); }
td.TdClassName
{
border-color: #67986D;
}
.TagClassName
{
border-color: #67986D;
}
</style>