Shades of Laurel #668B68
Tints of Laurel #668B68
RGB
CMYK
RGB Variations
Color information
#668B68 (or 0x668B68) is known color: Laurel. HEX triplet: 66, 8B and 68. RGB value is (102,139,104). Sum of RGB (Red+Green+Blue) = 102+139+104=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 139 - color contains mainly: green. Hex color #668B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668B68 is #997497. Grayscale: #7C7C7C. Windows color (decimal): -10056856 or 6851430. OLE color: 6851430.
HSL color Cylindrical-coordinate representation of color #668B68: hue angle of 123.24º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #668B68 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 139 | 104 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.45 |
| HSL | 123.24º | 0.15% | 0.47% | - |
| HSV(B) | 123.24º | 0.27% | 0.55% | - |
| XYZ | 17.21 | 22.29 | 16.49 | - |
| YUV | 123.95 | 116.74 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 139 | 104 | 0.27 | 0 | 0.25 | 0.45 | 123.24 | 0.15 | 0.47 |
| Hex | 66 | 8B | 68 | 1B | 0 | 19 | 2D | 7B | F | 2F |
| Octal | 146 | 213 | 150 | 33 | 0 | 31 | 55 | 173 | 17 | 57 |
| Binary | 1100110 | 10001011 | 1101000 | 11011 | 0 | 11001 | 101101 | 1111011 | 1111 | 101111 |
Color Harmonies of #668B68
Complementary color
Monochromatic Colors of #668B68
Black with #668B68
Text Example
Text Example
White with #668B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668B68; }
p { color: rgb(102,139,104); }
H1.HeaderClassName
{
color: #668B68;
}
.AnyTagClassName
{
color: #668B68;
}
</style>
background-color css
<style>
a { background-color: #668B68; }
a { background-color: rgb(102,139,104); }
div.DivClassName
{
background-color: #668B68;
}
.BgClassName
{
background-color: #668B68;
}
</style>
border-color css
<style>
span { border-color: #668B68; }
span { border-color: rgb(102,139,104); }
td.TdClassName
{
border-color: #668B68;
}
.TagClassName
{
border-color: #668B68;
}
</style>