Shades of Laurel #67836B
Tints of Laurel #67836B
RGB
CMYK
RGB Variations
Color information
#67836B (or 0x67836B) is known color: Laurel. HEX triplet: 67, 83 and 6B. RGB value is (103,131,107). Sum of RGB (Red+Green+Blue) = 103+131+107=341 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.21% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 131 - color contains mainly: green. Hex color #67836B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67836B is #987C94. Grayscale: #777777. Windows color (decimal): -9993365 or 7045991. OLE color: 7045991.
HSL color Cylindrical-coordinate representation of color #67836B: hue angle of 128.57º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #67836B is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 131 | 107 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.49 |
| HSL | 128.57º | 0.12% | 0.46% | - |
| HSV(B) | 128.57º | 0.21% | 0.51% | - |
| XYZ | 16.36 | 20.18 | 16.94 | - |
| YUV | 119.89 | 120.72 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 131 | 107 | 0.21 | 0 | 0.18 | 0.49 | 128.57 | 0.12 | 0.46 |
| Hex | 67 | 83 | 6B | 15 | 0 | 12 | 31 | 81 | C | 2E |
| Octal | 147 | 203 | 153 | 25 | 0 | 22 | 61 | 201 | 14 | 56 |
| Binary | 1100111 | 10000011 | 1101011 | 10101 | 0 | 10010 | 110001 | 10000001 | 1100 | 101110 |
Color Harmonies of #67836B
Complementary color
Monochromatic Colors of #67836B
Black with #67836B
Text Example
Text Example
White with #67836B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67836B; }
p { color: rgb(103,131,107); }
H1.HeaderClassName
{
color: #67836B;
}
.AnyTagClassName
{
color: #67836B;
}
</style>
background-color css
<style>
a { background-color: #67836B; }
a { background-color: rgb(103,131,107); }
div.DivClassName
{
background-color: #67836B;
}
.BgClassName
{
background-color: #67836B;
}
</style>
border-color css
<style>
span { border-color: #67836B; }
span { border-color: rgb(103,131,107); }
td.TdClassName
{
border-color: #67836B;
}
.TagClassName
{
border-color: #67836B;
}
</style>