Shades of Laurel #628965
Tints of Laurel #628965
RGB
CMYK
RGB Variations
Color information
#628965 (or 0x628965) is known color: Laurel. HEX triplet: 62, 89 and 65. RGB value is (98,137,101). Sum of RGB (Red+Green+Blue) = 98+137+101=336 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.17% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 137 - color contains mainly: green. Hex color #628965 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628965 is #9D769A. Grayscale: #797979. Windows color (decimal): -10319515 or 6654306. OLE color: 6654306.
HSL color Cylindrical-coordinate representation of color #628965: hue angle of 124.62º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #628965 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 98 | 137 | 101 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.46 |
| HSL | 124.62º | 0.17% | 0.46% | - |
| HSV(B) | 124.62º | 0.28% | 0.54% | - |
| XYZ | 16.33 | 21.43 | 15.59 | - |
| YUV | 121.24 | 116.58 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 137 | 101 | 0.28 | 0 | 0.26 | 0.46 | 124.62 | 0.17 | 0.46 |
| Hex | 62 | 89 | 65 | 1C | 0 | 1A | 2E | 7D | 11 | 2E |
| Octal | 142 | 211 | 145 | 34 | 0 | 32 | 56 | 175 | 21 | 56 |
| Binary | 1100010 | 10001001 | 1100101 | 11100 | 0 | 11010 | 101110 | 1111101 | 10001 | 101110 |
Color Harmonies of #628965
Complementary color
Monochromatic Colors of #628965
Black with #628965
Text Example
Text Example
White with #628965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628965; }
p { color: rgb(98,137,101); }
H1.HeaderClassName
{
color: #628965;
}
.AnyTagClassName
{
color: #628965;
}
</style>
background-color css
<style>
a { background-color: #628965; }
a { background-color: rgb(98,137,101); }
div.DivClassName
{
background-color: #628965;
}
.BgClassName
{
background-color: #628965;
}
</style>
border-color css
<style>
span { border-color: #628965; }
span { border-color: rgb(98,137,101); }
td.TdClassName
{
border-color: #628965;
}
.TagClassName
{
border-color: #628965;
}
</style>