Shades of Laurel #67896D
Tints of Laurel #67896D
RGB
CMYK
RGB Variations
Color information
#67896D (or 0x67896D) is known color: Laurel. HEX triplet: 67, 89 and 6D. RGB value is (103,137,109). Sum of RGB (Red+Green+Blue) = 103+137+109=349 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.51% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 137 - color contains mainly: green. Hex color #67896D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67896D is #987692. Grayscale: #7B7B7B. Windows color (decimal): -9991827 or 7178599. OLE color: 7178599.
HSL color Cylindrical-coordinate representation of color #67896D: hue angle of 130.59º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #67896D is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 137 | 109 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.46 |
| HSL | 130.59º | 0.14% | 0.47% | - |
| HSV(B) | 130.59º | 0.25% | 0.54% | - |
| XYZ | 17.3 | 21.88 | 17.78 | - |
| YUV | 123.64 | 119.74 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 137 | 109 | 0.25 | 0 | 0.20 | 0.46 | 130.59 | 0.14 | 0.47 |
| Hex | 67 | 89 | 6D | 19 | 0 | 14 | 2E | 83 | E | 2F |
| Octal | 147 | 211 | 155 | 31 | 0 | 24 | 56 | 203 | 16 | 57 |
| Binary | 1100111 | 10001001 | 1101101 | 11001 | 0 | 10100 | 101110 | 10000011 | 1110 | 101111 |
Color Harmonies of #67896D
Complementary color
Monochromatic Colors of #67896D
Black with #67896D
Text Example
Text Example
White with #67896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67896D; }
p { color: rgb(103,137,109); }
H1.HeaderClassName
{
color: #67896D;
}
.AnyTagClassName
{
color: #67896D;
}
</style>
background-color css
<style>
a { background-color: #67896D; }
a { background-color: rgb(103,137,109); }
div.DivClassName
{
background-color: #67896D;
}
.BgClassName
{
background-color: #67896D;
}
</style>
border-color css
<style>
span { border-color: #67896D; }
span { border-color: rgb(103,137,109); }
td.TdClassName
{
border-color: #67896D;
}
.TagClassName
{
border-color: #67896D;
}
</style>