Shades of Laurel #628868
Tints of Laurel #628868
RGB
CMYK
RGB Variations
Color information
#628868 (or 0x628868) is known color: Laurel. HEX triplet: 62, 88 and 68. RGB value is (98,136,104). Sum of RGB (Red+Green+Blue) = 98+136+104=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 136 - color contains mainly: green. Hex color #628868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628868 is #9D7797. Grayscale: #797979. Windows color (decimal): -10319768 or 6850658. OLE color: 6850658.
HSL color Cylindrical-coordinate representation of color #628868: hue angle of 129.47º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #628868 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 136 | 104 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.47 |
| HSL | 129.47º | 0.16% | 0.46% | - |
| HSV(B) | 129.47º | 0.28% | 0.53% | - |
| XYZ | 16.34 | 21.2 | 16.33 | - |
| YUV | 120.99 | 118.41 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 136 | 104 | 0.28 | 0 | 0.24 | 0.47 | 129.47 | 0.16 | 0.46 |
| Hex | 62 | 88 | 68 | 1C | 0 | 18 | 2F | 81 | 10 | 2E |
| Octal | 142 | 210 | 150 | 34 | 0 | 30 | 57 | 201 | 20 | 56 |
| Binary | 1100010 | 10001000 | 1101000 | 11100 | 0 | 11000 | 101111 | 10000001 | 10000 | 101110 |
Color Harmonies of #628868
Complementary color
Monochromatic Colors of #628868
Black with #628868
Text Example
Text Example
White with #628868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628868; }
p { color: rgb(98,136,104); }
H1.HeaderClassName
{
color: #628868;
}
.AnyTagClassName
{
color: #628868;
}
</style>
background-color css
<style>
a { background-color: #628868; }
a { background-color: rgb(98,136,104); }
div.DivClassName
{
background-color: #628868;
}
.BgClassName
{
background-color: #628868;
}
</style>
border-color css
<style>
span { border-color: #628868; }
span { border-color: rgb(98,136,104); }
td.TdClassName
{
border-color: #628868;
}
.TagClassName
{
border-color: #628868;
}
</style>