Shades of Laurel #67986C
Tints of Laurel #67986C
RGB
CMYK
RGB Variations
Color information
#67986C (or 0x67986C) is known color: Laurel. HEX triplet: 67, 98 and 6C. RGB value is (103,152,108). Sum of RGB (Red+Green+Blue) = 103+152+108=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 152 - color contains mainly: green. Hex color #67986C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67986C is #986793. Grayscale: #848484. Windows color (decimal): -9987988 or 7116903. OLE color: 7116903.
HSL color Cylindrical-coordinate representation of color #67986C: hue angle of 126.12º 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 #67986C is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 108 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.40 |
| HSL | 126.12º | 0.19% | 0.5% | - |
| HSV(B) | 126.12º | 0.32% | 0.6% | - |
| XYZ | 19.53 | 26.42 | 18.26 | - |
| YUV | 132.33 | 114.27 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 108 | 0.32 | 0 | 0.29 | 0.40 | 126.12 | 0.19 | 0.5 |
| Hex | 67 | 98 | 6C | 20 | 0 | 1D | 28 | 7E | 13 | 32 |
| Octal | 147 | 230 | 154 | 40 | 0 | 35 | 50 | 176 | 23 | 62 |
| Binary | 1100111 | 10011000 | 1101100 | 100000 | 0 | 11101 | 101000 | 1111110 | 10011 | 110010 |
Color Harmonies of #67986C
Complementary color
Monochromatic Colors of #67986C
Black with #67986C
Text Example
Text Example
White with #67986C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67986C; }
p { color: rgb(103,152,108); }
H1.HeaderClassName
{
color: #67986C;
}
.AnyTagClassName
{
color: #67986C;
}
</style>
background-color css
<style>
a { background-color: #67986C; }
a { background-color: rgb(103,152,108); }
div.DivClassName
{
background-color: #67986C;
}
.BgClassName
{
background-color: #67986C;
}
</style>
border-color css
<style>
span { border-color: #67986C; }
span { border-color: rgb(103,152,108); }
td.TdClassName
{
border-color: #67986C;
}
.TagClassName
{
border-color: #67986C;
}
</style>