Shades of Laurel #628D6D
Tints of Laurel #628D6D
RGB
CMYK
RGB Variations
Color information
#628D6D (or 0x628D6D) is known color: Laurel. HEX triplet: 62, 8D and 6D. RGB value is (98,141,109). Sum of RGB (Red+Green+Blue) = 98+141+109=348 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.16% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 141 - color contains mainly: green. Hex color #628D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628D6D is #9D7292. Grayscale: #7C7C7C. Windows color (decimal): -10318483 or 7179618. OLE color: 7179618.
HSL color Cylindrical-coordinate representation of color #628D6D: hue angle of 135.35º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #628D6D is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 141 | 109 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.45 |
| HSL | 135.35º | 0.18% | 0.47% | - |
| HSV(B) | 135.35º | 0.3% | 0.55% | - |
| XYZ | 17.32 | 22.75 | 17.95 | - |
| YUV | 124.5 | 119.25 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 141 | 109 | 0.30 | 0 | 0.23 | 0.45 | 135.35 | 0.18 | 0.47 |
| Hex | 62 | 8D | 6D | 1E | 0 | 17 | 2D | 87 | 12 | 2F |
| Octal | 142 | 215 | 155 | 36 | 0 | 27 | 55 | 207 | 22 | 57 |
| Binary | 1100010 | 10001101 | 1101101 | 11110 | 0 | 10111 | 101101 | 10000111 | 10010 | 101111 |
Color Harmonies of #628D6D
Complementary color
Monochromatic Colors of #628D6D
Black with #628D6D
Text Example
Text Example
White with #628D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628D6D; }
p { color: rgb(98,141,109); }
H1.HeaderClassName
{
color: #628D6D;
}
.AnyTagClassName
{
color: #628D6D;
}
</style>
background-color css
<style>
a { background-color: #628D6D; }
a { background-color: rgb(98,141,109); }
div.DivClassName
{
background-color: #628D6D;
}
.BgClassName
{
background-color: #628D6D;
}
</style>
border-color css
<style>
span { border-color: #628D6D; }
span { border-color: rgb(98,141,109); }
td.TdClassName
{
border-color: #628D6D;
}
.TagClassName
{
border-color: #628D6D;
}
</style>