Shades of Laurel #67876B
Tints of Laurel #67876B
RGB
CMYK
RGB Variations
Color information
#67876B (or 0x67876B) is known color: Laurel. HEX triplet: 67, 87 and 6B. RGB value is (103,135,107). Sum of RGB (Red+Green+Blue) = 103+135+107=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 135 - color contains mainly: green. Hex color #67876B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67876B is #987894. Grayscale: #7A7A7A. Windows color (decimal): -9992341 or 7047015. OLE color: 7047015.
HSL color Cylindrical-coordinate representation of color #67876B: hue angle of 127.5º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #67876B is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 135 | 107 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.47 |
| HSL | 127.5º | 0.13% | 0.47% | - |
| HSV(B) | 127.5º | 0.24% | 0.53% | - |
| XYZ | 16.91 | 21.27 | 17.12 | - |
| YUV | 122.24 | 119.4 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 135 | 107 | 0.24 | 0 | 0.21 | 0.47 | 127.5 | 0.13 | 0.47 |
| Hex | 67 | 87 | 6B | 18 | 0 | 15 | 2F | 80 | D | 2F |
| Octal | 147 | 207 | 153 | 30 | 0 | 25 | 57 | 200 | 15 | 57 |
| Binary | 1100111 | 10000111 | 1101011 | 11000 | 0 | 10101 | 101111 | 10000000 | 1101 | 101111 |
Color Harmonies of #67876B
Complementary color
Monochromatic Colors of #67876B
Black with #67876B
Text Example
Text Example
White with #67876B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67876B; }
p { color: rgb(103,135,107); }
H1.HeaderClassName
{
color: #67876B;
}
.AnyTagClassName
{
color: #67876B;
}
</style>
background-color css
<style>
a { background-color: #67876B; }
a { background-color: rgb(103,135,107); }
div.DivClassName
{
background-color: #67876B;
}
.BgClassName
{
background-color: #67876B;
}
</style>
border-color css
<style>
span { border-color: #67876B; }
span { border-color: rgb(103,135,107); }
td.TdClassName
{
border-color: #67876B;
}
.TagClassName
{
border-color: #67876B;
}
</style>