Shades of Laurel #668169
Tints of Laurel #668169
RGB
CMYK
RGB Variations
Color information
#668169 (or 0x668169) is known color: Laurel. HEX triplet: 66, 81 and 69. RGB value is (102,129,105). Sum of RGB (Red+Green+Blue) = 102+129+105=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 129 - color contains mainly: green. Hex color #668169 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668169 is #997E96. Grayscale: #767676. Windows color (decimal): -10059415 or 6914406. OLE color: 6914406.
HSL color Cylindrical-coordinate representation of color #668169: hue angle of 126.67º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #668169 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 129 | 105 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.49 |
| HSL | 126.67º | 0.12% | 0.45% | - |
| HSV(B) | 126.67º | 0.21% | 0.51% | - |
| XYZ | 15.88 | 19.55 | 16.3 | - |
| YUV | 118.19 | 120.55 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 129 | 105 | 0.21 | 0 | 0.19 | 0.49 | 126.67 | 0.12 | 0.45 |
| Hex | 66 | 81 | 69 | 15 | 0 | 13 | 31 | 7F | C | 2D |
| Octal | 146 | 201 | 151 | 25 | 0 | 23 | 61 | 177 | 14 | 55 |
| Binary | 1100110 | 10000001 | 1101001 | 10101 | 0 | 10011 | 110001 | 1111111 | 1100 | 101101 |
Color Harmonies of #668169
Complementary color
Monochromatic Colors of #668169
Black with #668169
Text Example
Text Example
White with #668169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668169; }
p { color: rgb(102,129,105); }
H1.HeaderClassName
{
color: #668169;
}
.AnyTagClassName
{
color: #668169;
}
</style>
background-color css
<style>
a { background-color: #668169; }
a { background-color: rgb(102,129,105); }
div.DivClassName
{
background-color: #668169;
}
.BgClassName
{
background-color: #668169;
}
</style>
border-color css
<style>
span { border-color: #668169; }
span { border-color: rgb(102,129,105); }
td.TdClassName
{
border-color: #668169;
}
.TagClassName
{
border-color: #668169;
}
</style>