Shades of Laurel #667968
Tints of Laurel #667968
RGB
CMYK
RGB Variations
Color information
#667968 (or 0x667968) is known color: Laurel. HEX triplet: 66, 79 and 68. RGB value is (102,121,104). Sum of RGB (Red+Green+Blue) = 102+121+104=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 121 - color contains mainly: green. Hex color #667968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667968 is #998697. Grayscale: #717171. Windows color (decimal): -10061464 or 6846822. OLE color: 6846822.
HSL color Cylindrical-coordinate representation of color #667968: hue angle of 126.32º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #667968 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 121 | 104 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.53 |
| HSL | 126.32º | 0.09% | 0.44% | - |
| HSV(B) | 126.32º | 0.16% | 0.47% | - |
| XYZ | 14.82 | 17.5 | 15.69 | - |
| YUV | 113.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 121 | 104 | 0.16 | 0 | 0.14 | 0.53 | 126.32 | 0.09 | 0.44 |
| Hex | 66 | 79 | 68 | 10 | 0 | E | 35 | 7E | 9 | 2C |
| Octal | 146 | 171 | 150 | 20 | 0 | 16 | 65 | 176 | 11 | 54 |
| Binary | 1100110 | 1111001 | 1101000 | 10000 | 0 | 1110 | 110101 | 1111110 | 1001 | 101100 |
Color Harmonies of #667968
Complementary color
Monochromatic Colors of #667968
Black with #667968
Text Example
Text Example
White with #667968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667968; }
p { color: rgb(102,121,104); }
H1.HeaderClassName
{
color: #667968;
}
.AnyTagClassName
{
color: #667968;
}
</style>
background-color css
<style>
a { background-color: #667968; }
a { background-color: rgb(102,121,104); }
div.DivClassName
{
background-color: #667968;
}
.BgClassName
{
background-color: #667968;
}
</style>
border-color css
<style>
span { border-color: #667968; }
span { border-color: rgb(102,121,104); }
td.TdClassName
{
border-color: #667968;
}
.TagClassName
{
border-color: #667968;
}
</style>