Shades of Laurel #669868
Tints of Laurel #669868
RGB
CMYK
RGB Variations
Color information
#669868 (or 0x669868) is known color: Laurel. HEX triplet: 66, 98 and 68. RGB value is (102,152,104). Sum of RGB (Red+Green+Blue) = 102+152+104=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 152 - color contains mainly: green. Hex color #669868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669868 is #996797. Grayscale: #838383. Windows color (decimal): -10053528 or 6854758. OLE color: 6854758.
HSL color Cylindrical-coordinate representation of color #669868: hue angle of 122.4º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #669868 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 152 | 104 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.40 |
| HSL | 122.4º | 0.2% | 0.5% | - |
| HSV(B) | 122.4º | 0.33% | 0.6% | - |
| XYZ | 19.21 | 26.28 | 17.16 | - |
| YUV | 131.58 | 112.44 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 152 | 104 | 0.33 | 0 | 0.32 | 0.40 | 122.4 | 0.2 | 0.5 |
| Hex | 66 | 98 | 68 | 21 | 0 | 20 | 28 | 7A | 14 | 32 |
| Octal | 146 | 230 | 150 | 41 | 0 | 40 | 50 | 172 | 24 | 62 |
| Binary | 1100110 | 10011000 | 1101000 | 100001 | 0 | 100000 | 101000 | 1111010 | 10100 | 110010 |
Color Harmonies of #669868
Complementary color
Monochromatic Colors of #669868
Black with #669868
Text Example
Text Example
White with #669868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669868; }
p { color: rgb(102,152,104); }
H1.HeaderClassName
{
color: #669868;
}
.AnyTagClassName
{
color: #669868;
}
</style>
background-color css
<style>
a { background-color: #669868; }
a { background-color: rgb(102,152,104); }
div.DivClassName
{
background-color: #669868;
}
.BgClassName
{
background-color: #669868;
}
</style>
border-color css
<style>
span { border-color: #669868; }
span { border-color: rgb(102,152,104); }
td.TdClassName
{
border-color: #669868;
}
.TagClassName
{
border-color: #669868;
}
</style>