Shades of Laurel #667C67
Tints of Laurel #667C67
RGB
CMYK
RGB Variations
Color information
#667C67 (or 0x667C67) is known color: Laurel. HEX triplet: 66, 7C and 67. RGB value is (102,124,103). Sum of RGB (Red+Green+Blue) = 102+124+103=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 124 - color contains mainly: green. Hex color #667C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667C67 is #998398. Grayscale: #737373. Windows color (decimal): -10060697 or 6782054. OLE color: 6782054.
HSL color Cylindrical-coordinate representation of color #667C67: hue angle of 122.73º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #667C67 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 124 | 103 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.51 |
| HSL | 122.73º | 0.1% | 0.44% | - |
| HSV(B) | 122.73º | 0.18% | 0.49% | - |
| XYZ | 15.14 | 18.22 | 15.55 | - |
| YUV | 115.03 | 121.21 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 124 | 103 | 0.18 | 0 | 0.17 | 0.51 | 122.73 | 0.1 | 0.44 |
| Hex | 66 | 7C | 67 | 12 | 0 | 11 | 33 | 7B | A | 2C |
| Octal | 146 | 174 | 147 | 22 | 0 | 21 | 63 | 173 | 12 | 54 |
| Binary | 1100110 | 1111100 | 1100111 | 10010 | 0 | 10001 | 110011 | 1111011 | 1010 | 101100 |
Color Harmonies of #667C67
Complementary color
Monochromatic Colors of #667C67
Black with #667C67
Text Example
Text Example
White with #667C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667C67; }
p { color: rgb(102,124,103); }
H1.HeaderClassName
{
color: #667C67;
}
.AnyTagClassName
{
color: #667C67;
}
</style>
background-color css
<style>
a { background-color: #667C67; }
a { background-color: rgb(102,124,103); }
div.DivClassName
{
background-color: #667C67;
}
.BgClassName
{
background-color: #667C67;
}
</style>
border-color css
<style>
span { border-color: #667C67; }
span { border-color: rgb(102,124,103); }
td.TdClassName
{
border-color: #667C67;
}
.TagClassName
{
border-color: #667C67;
}
</style>