Shades of Laurel #67946B
Tints of Laurel #67946B
RGB
CMYK
RGB Variations
Color information
#67946B (or 0x67946B) is known color: Laurel. HEX triplet: 67, 94 and 6B. RGB value is (103,148,107). Sum of RGB (Red+Green+Blue) = 103+148+107=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 148 - color contains mainly: green. Hex color #67946B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67946B is #986B94. Grayscale: #818181. Windows color (decimal): -9989013 or 7050343. OLE color: 7050343.
HSL color Cylindrical-coordinate representation of color #67946B: hue angle of 125.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 #67946B is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 148 | 107 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.42 |
| HSL | 125.33º | 0.18% | 0.49% | - |
| HSV(B) | 125.33º | 0.3% | 0.58% | - |
| XYZ | 18.84 | 25.12 | 17.77 | - |
| YUV | 129.87 | 115.09 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 148 | 107 | 0.30 | 0 | 0.28 | 0.42 | 125.33 | 0.18 | 0.49 |
| Hex | 67 | 94 | 6B | 1E | 0 | 1C | 2A | 7D | 12 | 31 |
| Octal | 147 | 224 | 153 | 36 | 0 | 34 | 52 | 175 | 22 | 61 |
| Binary | 1100111 | 10010100 | 1101011 | 11110 | 0 | 11100 | 101010 | 1111101 | 10010 | 110001 |
Color Harmonies of #67946B
Complementary color
Monochromatic Colors of #67946B
Black with #67946B
Text Example
Text Example
White with #67946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67946B; }
p { color: rgb(103,148,107); }
H1.HeaderClassName
{
color: #67946B;
}
.AnyTagClassName
{
color: #67946B;
}
</style>
background-color css
<style>
a { background-color: #67946B; }
a { background-color: rgb(103,148,107); }
div.DivClassName
{
background-color: #67946B;
}
.BgClassName
{
background-color: #67946B;
}
</style>
border-color css
<style>
span { border-color: #67946B; }
span { border-color: rgb(103,148,107); }
td.TdClassName
{
border-color: #67946B;
}
.TagClassName
{
border-color: #67946B;
}
</style>