Shades of Laurel #67816A
Tints of Laurel #67816A
RGB
CMYK
RGB Variations
Color information
#67816A (or 0x67816A) is known color: Laurel. HEX triplet: 67, 81 and 6A. RGB value is (103,129,106). Sum of RGB (Red+Green+Blue) = 103+129+106=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 129 - color contains mainly: green. Hex color #67816A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67816A is #987E95. Grayscale: #767676. Windows color (decimal): -9993878 or 6979943. OLE color: 6979943.
HSL color Cylindrical-coordinate representation of color #67816A: hue angle of 126.92º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #67816A is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 129 | 106 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.49 |
| HSL | 126.92º | 0.11% | 0.45% | - |
| HSV(B) | 126.92º | 0.2% | 0.51% | - |
| XYZ | 16.05 | 19.62 | 16.58 | - |
| YUV | 118.6 | 120.89 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 129 | 106 | 0.20 | 0 | 0.18 | 0.49 | 126.92 | 0.11 | 0.45 |
| Hex | 67 | 81 | 6A | 14 | 0 | 12 | 31 | 7F | B | 2D |
| Octal | 147 | 201 | 152 | 24 | 0 | 22 | 61 | 177 | 13 | 55 |
| Binary | 1100111 | 10000001 | 1101010 | 10100 | 0 | 10010 | 110001 | 1111111 | 1011 | 101101 |
Color Harmonies of #67816A
Complementary color
Monochromatic Colors of #67816A
Black with #67816A
Text Example
Text Example
White with #67816A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67816A; }
p { color: rgb(103,129,106); }
H1.HeaderClassName
{
color: #67816A;
}
.AnyTagClassName
{
color: #67816A;
}
</style>
background-color css
<style>
a { background-color: #67816A; }
a { background-color: rgb(103,129,106); }
div.DivClassName
{
background-color: #67816A;
}
.BgClassName
{
background-color: #67816A;
}
</style>
border-color css
<style>
span { border-color: #67816A; }
span { border-color: rgb(103,129,106); }
td.TdClassName
{
border-color: #67816A;
}
.TagClassName
{
border-color: #67816A;
}
</style>