Shades of Laurel #669865
Tints of Laurel #669865
RGB
CMYK
RGB Variations
Color information
#669865 (or 0x669865) is known color: Laurel. HEX triplet: 66, 98 and 65. RGB value is (102,152,101). Sum of RGB (Red+Green+Blue) = 102+152+101=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 152 - color contains mainly: green. Hex color #669865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669865 is #99679A. Grayscale: #838383. Windows color (decimal): -10053531 or 6658150. OLE color: 6658150.
HSL color Cylindrical-coordinate representation of color #669865: hue angle of 118.82º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #669865 is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 152 | 101 | - |
| CMYK | 0.33 | 0 | 0.34 | 0.40 |
| HSL | 118.82º | 0.2% | 0.5% | - |
| HSV(B) | 118.82º | 0.34% | 0.6% | - |
| XYZ | 19.06 | 26.22 | 16.37 | - |
| YUV | 131.24 | 110.94 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 152 | 101 | 0.33 | 0 | 0.34 | 0.40 | 118.82 | 0.2 | 0.5 |
| Hex | 66 | 98 | 65 | 21 | 0 | 22 | 28 | 77 | 14 | 32 |
| Octal | 146 | 230 | 145 | 41 | 0 | 42 | 50 | 167 | 24 | 62 |
| Binary | 1100110 | 10011000 | 1100101 | 100001 | 0 | 100010 | 101000 | 1110111 | 10100 | 110010 |
Color Harmonies of #669865
Complementary color
Monochromatic Colors of #669865
Black with #669865
Text Example
Text Example
White with #669865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669865; }
p { color: rgb(102,152,101); }
H1.HeaderClassName
{
color: #669865;
}
.AnyTagClassName
{
color: #669865;
}
</style>
background-color css
<style>
a { background-color: #669865; }
a { background-color: rgb(102,152,101); }
div.DivClassName
{
background-color: #669865;
}
.BgClassName
{
background-color: #669865;
}
</style>
border-color css
<style>
span { border-color: #669865; }
span { border-color: rgb(102,152,101); }
td.TdClassName
{
border-color: #669865;
}
.TagClassName
{
border-color: #669865;
}
</style>