Shades of Laurel #667F68
Tints of Laurel #667F68
RGB
CMYK
RGB Variations
Color information
#667F68 (or 0x667F68) is known color: Laurel. HEX triplet: 66, 7F and 68. RGB value is (102,127,104). Sum of RGB (Red+Green+Blue) = 102+127+104=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 127 - color contains mainly: green. Hex color #667F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667F68 is #998097. Grayscale: #747474. Windows color (decimal): -10059928 or 6848358. OLE color: 6848358.
HSL color Cylindrical-coordinate representation of color #667F68: hue angle of 124.8º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #667F68 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 127 | 104 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.50 |
| HSL | 124.8º | 0.11% | 0.45% | - |
| HSV(B) | 124.8º | 0.2% | 0.5% | - |
| XYZ | 15.57 | 19 | 15.94 | - |
| YUV | 116.9 | 120.72 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 127 | 104 | 0.20 | 0 | 0.18 | 0.50 | 124.8 | 0.11 | 0.45 |
| Hex | 66 | 7F | 68 | 14 | 0 | 12 | 32 | 7D | B | 2D |
| Octal | 146 | 177 | 150 | 24 | 0 | 22 | 62 | 175 | 13 | 55 |
| Binary | 1100110 | 1111111 | 1101000 | 10100 | 0 | 10010 | 110010 | 1111101 | 1011 | 101101 |
Color Harmonies of #667F68
Complementary color
Monochromatic Colors of #667F68
Black with #667F68
Text Example
Text Example
White with #667F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667F68; }
p { color: rgb(102,127,104); }
H1.HeaderClassName
{
color: #667F68;
}
.AnyTagClassName
{
color: #667F68;
}
</style>
background-color css
<style>
a { background-color: #667F68; }
a { background-color: rgb(102,127,104); }
div.DivClassName
{
background-color: #667F68;
}
.BgClassName
{
background-color: #667F68;
}
</style>
border-color css
<style>
span { border-color: #667F68; }
span { border-color: rgb(102,127,104); }
td.TdClassName
{
border-color: #667F68;
}
.TagClassName
{
border-color: #667F68;
}
</style>