Shades of Laurel #669568
Tints of Laurel #669568
RGB
CMYK
RGB Variations
Color information
#669568 (or 0x669568) is known color: Laurel. HEX triplet: 66, 95 and 68. RGB value is (102,149,104). Sum of RGB (Red+Green+Blue) = 102+149+104=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 149 - color contains mainly: green. Hex color #669568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669568 is #996A97. Grayscale: #818181. Windows color (decimal): -10054296 or 6853990. OLE color: 6853990.
HSL color Cylindrical-coordinate representation of color #669568: hue angle of 122.55º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #669568 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 149 | 104 | - |
| CMYK | 0.32 | 0 | 0.30 | 0.42 |
| HSL | 122.55º | 0.19% | 0.49% | - |
| HSV(B) | 122.55º | 0.32% | 0.58% | - |
| XYZ | 18.73 | 25.32 | 17 | - |
| YUV | 129.82 | 113.43 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 149 | 104 | 0.32 | 0 | 0.30 | 0.42 | 122.55 | 0.19 | 0.49 |
| Hex | 66 | 95 | 68 | 20 | 0 | 1E | 2A | 7B | 13 | 31 |
| Octal | 146 | 225 | 150 | 40 | 0 | 36 | 52 | 173 | 23 | 61 |
| Binary | 1100110 | 10010101 | 1101000 | 100000 | 0 | 11110 | 101010 | 1111011 | 10011 | 110001 |
Color Harmonies of #669568
Complementary color
Monochromatic Colors of #669568
Black with #669568
Text Example
Text Example
White with #669568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669568; }
p { color: rgb(102,149,104); }
H1.HeaderClassName
{
color: #669568;
}
.AnyTagClassName
{
color: #669568;
}
</style>
background-color css
<style>
a { background-color: #669568; }
a { background-color: rgb(102,149,104); }
div.DivClassName
{
background-color: #669568;
}
.BgClassName
{
background-color: #669568;
}
</style>
border-color css
<style>
span { border-color: #669568; }
span { border-color: rgb(102,149,104); }
td.TdClassName
{
border-color: #669568;
}
.TagClassName
{
border-color: #669568;
}
</style>