Shades of Laurel #669067
Tints of Laurel #669067
RGB
CMYK
RGB Variations
Color information
#669067 (or 0x669067) is known color: Laurel. HEX triplet: 66, 90 and 67. RGB value is (102,144,103). Sum of RGB (Red+Green+Blue) = 102+144+103=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 103 (40.62% from 255 or 29.51% from 349); Max value from RGB is 144 - color contains mainly: green. Hex color #669067 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669067 is #996F98. Grayscale: #7E7E7E. Windows color (decimal): -10055577 or 6787174. OLE color: 6787174.
HSL color Cylindrical-coordinate representation of color #669067: hue angle of 121.43º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #669067 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 144 | 103 | - |
| CMYK | 0.29 | 0 | 0.28 | 0.44 |
| HSL | 121.43º | 0.17% | 0.48% | - |
| HSV(B) | 121.43º | 0.29% | 0.56% | - |
| XYZ | 17.9 | 23.75 | 16.47 | - |
| YUV | 126.77 | 114.59 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 103 | 0.29 | 0 | 0.28 | 0.44 | 121.43 | 0.17 | 0.48 |
| Hex | 66 | 90 | 67 | 1D | 0 | 1C | 2C | 79 | 11 | 30 |
| Octal | 146 | 220 | 147 | 35 | 0 | 34 | 54 | 171 | 21 | 60 |
| Binary | 1100110 | 10010000 | 1100111 | 11101 | 0 | 11100 | 101100 | 1111001 | 10001 | 110000 |
Color Harmonies of #669067
Complementary color
Monochromatic Colors of #669067
Black with #669067
Text Example
Text Example
White with #669067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669067; }
p { color: rgb(102,144,103); }
H1.HeaderClassName
{
color: #669067;
}
.AnyTagClassName
{
color: #669067;
}
</style>
background-color css
<style>
a { background-color: #669067; }
a { background-color: rgb(102,144,103); }
div.DivClassName
{
background-color: #669067;
}
.BgClassName
{
background-color: #669067;
}
</style>
border-color css
<style>
span { border-color: #669067; }
span { border-color: rgb(102,144,103); }
td.TdClassName
{
border-color: #669067;
}
.TagClassName
{
border-color: #669067;
}
</style>