Shades of Laurel #667E68
Tints of Laurel #667E68
RGB
CMYK
RGB Variations
Color information
#667E68 (or 0x667E68) is known color: Laurel. HEX triplet: 66, 7E and 68. RGB value is (102,126,104). Sum of RGB (Red+Green+Blue) = 102+126+104=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 126 - color contains mainly: green. Hex color #667E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667E68 is #998197. Grayscale: #747474. Windows color (decimal): -10060184 or 6848102. OLE color: 6848102.
HSL color Cylindrical-coordinate representation of color #667E68: hue angle of 125º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #667E68 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 126 | 104 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.51 |
| HSL | 125º | 0.11% | 0.45% | - |
| HSV(B) | 125º | 0.19% | 0.49% | - |
| XYZ | 15.44 | 18.75 | 15.9 | - |
| YUV | 116.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 104 | 0.19 | 0 | 0.17 | 0.51 | 125 | 0.11 | 0.45 |
| Hex | 66 | 7E | 68 | 13 | 0 | 11 | 33 | 7D | B | 2D |
| Octal | 146 | 176 | 150 | 23 | 0 | 21 | 63 | 175 | 13 | 55 |
| Binary | 1100110 | 1111110 | 1101000 | 10011 | 0 | 10001 | 110011 | 1111101 | 1011 | 101101 |
Color Harmonies of #667E68
Complementary color
Monochromatic Colors of #667E68
Black with #667E68
Text Example
Text Example
White with #667E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667E68; }
p { color: rgb(102,126,104); }
H1.HeaderClassName
{
color: #667E68;
}
.AnyTagClassName
{
color: #667E68;
}
</style>
background-color css
<style>
a { background-color: #667E68; }
a { background-color: rgb(102,126,104); }
div.DivClassName
{
background-color: #667E68;
}
.BgClassName
{
background-color: #667E68;
}
</style>
border-color css
<style>
span { border-color: #667E68; }
span { border-color: rgb(102,126,104); }
td.TdClassName
{
border-color: #667E68;
}
.TagClassName
{
border-color: #667E68;
}
</style>