Shades of Laurel #628B6D
Tints of Laurel #628B6D
RGB
CMYK
RGB Variations
Color information
#628B6D (or 0x628B6D) is known color: Laurel. HEX triplet: 62, 8B and 6D. RGB value is (98,139,109). Sum of RGB (Red+Green+Blue) = 98+139+109=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 139 - color contains mainly: green. Hex color #628B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628B6D is #9D7492. Grayscale: #7B7B7B. Windows color (decimal): -10318995 or 7179106. OLE color: 7179106.
HSL color Cylindrical-coordinate representation of color #628B6D: hue angle of 136.1º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #628B6D is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 139 | 109 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.45 |
| HSL | 136.1º | 0.17% | 0.46% | - |
| HSV(B) | 136.1º | 0.29% | 0.55% | - |
| XYZ | 17.03 | 22.17 | 17.85 | - |
| YUV | 123.32 | 119.92 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 139 | 109 | 0.29 | 0 | 0.22 | 0.45 | 136.1 | 0.17 | 0.46 |
| Hex | 62 | 8B | 6D | 1D | 0 | 16 | 2D | 88 | 11 | 2E |
| Octal | 142 | 213 | 155 | 35 | 0 | 26 | 55 | 210 | 21 | 56 |
| Binary | 1100010 | 10001011 | 1101101 | 11101 | 0 | 10110 | 101101 | 10001000 | 10001 | 101110 |
Color Harmonies of #628B6D
Complementary color
Monochromatic Colors of #628B6D
Black with #628B6D
Text Example
Text Example
White with #628B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628B6D; }
p { color: rgb(98,139,109); }
H1.HeaderClassName
{
color: #628B6D;
}
.AnyTagClassName
{
color: #628B6D;
}
</style>
background-color css
<style>
a { background-color: #628B6D; }
a { background-color: rgb(98,139,109); }
div.DivClassName
{
background-color: #628B6D;
}
.BgClassName
{
background-color: #628B6D;
}
</style>
border-color css
<style>
span { border-color: #628B6D; }
span { border-color: rgb(98,139,109); }
td.TdClassName
{
border-color: #628B6D;
}
.TagClassName
{
border-color: #628B6D;
}
</style>