Shades of Laurel #67946E
Tints of Laurel #67946E
RGB
CMYK
RGB Variations
Color information
#67946E (or 0x67946E) is known color: Laurel. HEX triplet: 67, 94 and 6E. RGB value is (103,148,110). Sum of RGB (Red+Green+Blue) = 103+148+110=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 148 - color contains mainly: green. Hex color #67946E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67946E is #986B91. Grayscale: #828282. Windows color (decimal): -9989010 or 7246951. OLE color: 7246951.
HSL color Cylindrical-coordinate representation of color #67946E: hue angle of 129.33º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #67946E is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 148 | 110 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.42 |
| HSL | 129.33º | 0.18% | 0.49% | - |
| HSV(B) | 129.33º | 0.3% | 0.58% | - |
| XYZ | 19 | 25.19 | 18.61 | - |
| YUV | 130.21 | 116.59 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 148 | 110 | 0.30 | 0 | 0.26 | 0.42 | 129.33 | 0.18 | 0.49 |
| Hex | 67 | 94 | 6E | 1E | 0 | 1A | 2A | 81 | 12 | 31 |
| Octal | 147 | 224 | 156 | 36 | 0 | 32 | 52 | 201 | 22 | 61 |
| Binary | 1100111 | 10010100 | 1101110 | 11110 | 0 | 11010 | 101010 | 10000001 | 10010 | 110001 |
Color Harmonies of #67946E
Complementary color
Monochromatic Colors of #67946E
Black with #67946E
Text Example
Text Example
White with #67946E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67946E; }
p { color: rgb(103,148,110); }
H1.HeaderClassName
{
color: #67946E;
}
.AnyTagClassName
{
color: #67946E;
}
</style>
background-color css
<style>
a { background-color: #67946E; }
a { background-color: rgb(103,148,110); }
div.DivClassName
{
background-color: #67946E;
}
.BgClassName
{
background-color: #67946E;
}
</style>
border-color css
<style>
span { border-color: #67946E; }
span { border-color: rgb(103,148,110); }
td.TdClassName
{
border-color: #67946E;
}
.TagClassName
{
border-color: #67946E;
}
</style>