Shades of Laurel #667F6B
Tints of Laurel #667F6B
RGB
CMYK
RGB Variations
Color information
#667F6B (or 0x667F6B) is known color: Laurel. HEX triplet: 66, 7F and 6B. RGB value is (102,127,107). Sum of RGB (Red+Green+Blue) = 102+127+107=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 127 - color contains mainly: green. Hex color #667F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667F6B is #998094. Grayscale: #757575. Windows color (decimal): -10059925 or 7044966. OLE color: 7044966.
HSL color Cylindrical-coordinate representation of color #667F6B: hue angle of 132º 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 #667F6B is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 127 | 107 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.50 |
| HSL | 132º | 0.11% | 0.45% | - |
| HSV(B) | 132º | 0.2% | 0.5% | - |
| XYZ | 15.72 | 19.07 | 16.76 | - |
| YUV | 117.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 127 | 107 | 0.20 | 0 | 0.16 | 0.50 | 132 | 0.11 | 0.45 |
| Hex | 66 | 7F | 6B | 14 | 0 | 10 | 32 | 84 | B | 2D |
| Octal | 146 | 177 | 153 | 24 | 0 | 20 | 62 | 204 | 13 | 55 |
| Binary | 1100110 | 1111111 | 1101011 | 10100 | 0 | 10000 | 110010 | 10000100 | 1011 | 101101 |
Color Harmonies of #667F6B
Complementary color
Monochromatic Colors of #667F6B
Black with #667F6B
Text Example
Text Example
White with #667F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667F6B; }
p { color: rgb(102,127,107); }
H1.HeaderClassName
{
color: #667F6B;
}
.AnyTagClassName
{
color: #667F6B;
}
</style>
background-color css
<style>
a { background-color: #667F6B; }
a { background-color: rgb(102,127,107); }
div.DivClassName
{
background-color: #667F6B;
}
.BgClassName
{
background-color: #667F6B;
}
</style>
border-color css
<style>
span { border-color: #667F6B; }
span { border-color: rgb(102,127,107); }
td.TdClassName
{
border-color: #667F6B;
}
.TagClassName
{
border-color: #667F6B;
}
</style>