Shades of Laurel #667D67
Tints of Laurel #667D67
RGB
CMYK
RGB Variations
Color information
#667D67 (or 0x667D67) is known color: Laurel. HEX triplet: 66, 7D and 67. RGB value is (102,125,103). Sum of RGB (Red+Green+Blue) = 102+125+103=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 125 - color contains mainly: green. Hex color #667D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667D67 is #998298. Grayscale: #737373. Windows color (decimal): -10060441 or 6782310. OLE color: 6782310.
HSL color Cylindrical-coordinate representation of color #667D67: hue angle of 122.61º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #667D67 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 125 | 103 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.51 |
| HSL | 122.61º | 0.1% | 0.45% | - |
| HSV(B) | 122.61º | 0.18% | 0.49% | - |
| XYZ | 15.26 | 18.47 | 15.59 | - |
| YUV | 115.62 | 120.88 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 125 | 103 | 0.18 | 0 | 0.18 | 0.51 | 122.61 | 0.1 | 0.45 |
| Hex | 66 | 7D | 67 | 12 | 0 | 12 | 33 | 7B | A | 2D |
| Octal | 146 | 175 | 147 | 22 | 0 | 22 | 63 | 173 | 12 | 55 |
| Binary | 1100110 | 1111101 | 1100111 | 10010 | 0 | 10010 | 110011 | 1111011 | 1010 | 101101 |
Color Harmonies of #667D67
Complementary color
Monochromatic Colors of #667D67
Black with #667D67
Text Example
Text Example
White with #667D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667D67; }
p { color: rgb(102,125,103); }
H1.HeaderClassName
{
color: #667D67;
}
.AnyTagClassName
{
color: #667D67;
}
</style>
background-color css
<style>
a { background-color: #667D67; }
a { background-color: rgb(102,125,103); }
div.DivClassName
{
background-color: #667D67;
}
.BgClassName
{
background-color: #667D67;
}
</style>
border-color css
<style>
span { border-color: #667D67; }
span { border-color: rgb(102,125,103); }
td.TdClassName
{
border-color: #667D67;
}
.TagClassName
{
border-color: #667D67;
}
</style>