Shades of Laurel #667C69
Tints of Laurel #667C69
RGB
CMYK
RGB Variations
Color information
#667C69 (or 0x667C69) is known color: Laurel. HEX triplet: 66, 7C and 69. RGB value is (102,124,105). Sum of RGB (Red+Green+Blue) = 102+124+105=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 124 - color contains mainly: green. Hex color #667C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667C69 is #998396. Grayscale: #737373. Windows color (decimal): -10060695 or 6913126. OLE color: 6913126.
HSL color Cylindrical-coordinate representation of color #667C69: hue angle of 128.18º 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 #667C69 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 124 | 105 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.51 |
| HSL | 128.18º | 0.1% | 0.44% | - |
| HSV(B) | 128.18º | 0.18% | 0.49% | - |
| XYZ | 15.24 | 18.26 | 16.09 | - |
| YUV | 115.26 | 122.21 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 124 | 105 | 0.18 | 0 | 0.15 | 0.51 | 128.18 | 0.1 | 0.44 |
| Hex | 66 | 7C | 69 | 12 | 0 | F | 33 | 80 | A | 2C |
| Octal | 146 | 174 | 151 | 22 | 0 | 17 | 63 | 200 | 12 | 54 |
| Binary | 1100110 | 1111100 | 1101001 | 10010 | 0 | 1111 | 110011 | 10000000 | 1010 | 101100 |
Color Harmonies of #667C69
Complementary color
Monochromatic Colors of #667C69
Black with #667C69
Text Example
Text Example
White with #667C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667C69; }
p { color: rgb(102,124,105); }
H1.HeaderClassName
{
color: #667C69;
}
.AnyTagClassName
{
color: #667C69;
}
</style>
background-color css
<style>
a { background-color: #667C69; }
a { background-color: rgb(102,124,105); }
div.DivClassName
{
background-color: #667C69;
}
.BgClassName
{
background-color: #667C69;
}
</style>
border-color css
<style>
span { border-color: #667C69; }
span { border-color: rgb(102,124,105); }
td.TdClassName
{
border-color: #667C69;
}
.TagClassName
{
border-color: #667C69;
}
</style>