Shades of Laurel #67856F
Tints of Laurel #67856F
RGB
CMYK
RGB Variations
Color information
#67856F (or 0x67856F) is known color: Laurel. HEX triplet: 67, 85 and 6F. RGB value is (103,133,111). Sum of RGB (Red+Green+Blue) = 103+133+111=347 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.68% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 133 - color contains mainly: green. Hex color #67856F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67856F is #987A90. Grayscale: #797979. Windows color (decimal): -9992849 or 7308647. OLE color: 7308647.
HSL color Cylindrical-coordinate representation of color #67856F: hue angle of 136º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #67856F is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 133 | 111 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.48 |
| HSL | 136º | 0.13% | 0.46% | - |
| HSV(B) | 136º | 0.23% | 0.52% | - |
| XYZ | 16.85 | 20.81 | 18.17 | - |
| YUV | 121.52 | 122.06 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 133 | 111 | 0.23 | 0 | 0.17 | 0.48 | 136 | 0.13 | 0.46 |
| Hex | 67 | 85 | 6F | 17 | 0 | 11 | 30 | 88 | D | 2E |
| Octal | 147 | 205 | 157 | 27 | 0 | 21 | 60 | 210 | 15 | 56 |
| Binary | 1100111 | 10000101 | 1101111 | 10111 | 0 | 10001 | 110000 | 10001000 | 1101 | 101110 |
Color Harmonies of #67856F
Complementary color
Monochromatic Colors of #67856F
Black with #67856F
Text Example
Text Example
White with #67856F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67856F; }
p { color: rgb(103,133,111); }
H1.HeaderClassName
{
color: #67856F;
}
.AnyTagClassName
{
color: #67856F;
}
</style>
background-color css
<style>
a { background-color: #67856F; }
a { background-color: rgb(103,133,111); }
div.DivClassName
{
background-color: #67856F;
}
.BgClassName
{
background-color: #67856F;
}
</style>
border-color css
<style>
span { border-color: #67856F; }
span { border-color: rgb(103,133,111); }
td.TdClassName
{
border-color: #67856F;
}
.TagClassName
{
border-color: #67856F;
}
</style>