Shades of Laurel #62896D
Tints of Laurel #62896D
RGB
CMYK
RGB Variations
Color information
#62896D (or 0x62896D) is known color: Laurel. HEX triplet: 62, 89 and 6D. RGB value is (98,137,109). Sum of RGB (Red+Green+Blue) = 98+137+109=344 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.49% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 137 - color contains mainly: green. Hex color #62896D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62896D is #9D7692. Grayscale: #7A7A7A. Windows color (decimal): -10319507 or 7178594. OLE color: 7178594.
HSL color Cylindrical-coordinate representation of color #62896D: hue angle of 136.92º 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 #62896D is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 98 | 137 | 109 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.46 |
| HSL | 136.92º | 0.17% | 0.46% | - |
| HSV(B) | 136.92º | 0.28% | 0.54% | - |
| XYZ | 16.74 | 21.59 | 17.75 | - |
| YUV | 122.15 | 120.58 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 137 | 109 | 0.28 | 0 | 0.20 | 0.46 | 136.92 | 0.17 | 0.46 |
| Hex | 62 | 89 | 6D | 1C | 0 | 14 | 2E | 89 | 11 | 2E |
| Octal | 142 | 211 | 155 | 34 | 0 | 24 | 56 | 211 | 21 | 56 |
| Binary | 1100010 | 10001001 | 1101101 | 11100 | 0 | 10100 | 101110 | 10001001 | 10001 | 101110 |
Color Harmonies of #62896D
Complementary color
Monochromatic Colors of #62896D
Black with #62896D
Text Example
Text Example
White with #62896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62896D; }
p { color: rgb(98,137,109); }
H1.HeaderClassName
{
color: #62896D;
}
.AnyTagClassName
{
color: #62896D;
}
</style>
background-color css
<style>
a { background-color: #62896D; }
a { background-color: rgb(98,137,109); }
div.DivClassName
{
background-color: #62896D;
}
.BgClassName
{
background-color: #62896D;
}
</style>
border-color css
<style>
span { border-color: #62896D; }
span { border-color: rgb(98,137,109); }
td.TdClassName
{
border-color: #62896D;
}
.TagClassName
{
border-color: #62896D;
}
</style>