Shades of Laurel #62886C
Tints of Laurel #62886C
RGB
CMYK
RGB Variations
Color information
#62886C (or 0x62886C) is known color: Laurel. HEX triplet: 62, 88 and 6C. RGB value is (98,136,108). Sum of RGB (Red+Green+Blue) = 98+136+108=342 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.65% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 136 - color contains mainly: green. Hex color #62886C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62886C is #9D7793. Grayscale: #797979. Windows color (decimal): -10319764 or 7112802. OLE color: 7112802.
HSL color Cylindrical-coordinate representation of color #62886C: hue angle of 135.79º 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 #62886C is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 136 | 108 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.47 |
| HSL | 135.79º | 0.16% | 0.46% | - |
| HSV(B) | 135.79º | 0.28% | 0.53% | - |
| XYZ | 16.55 | 21.29 | 17.42 | - |
| YUV | 121.45 | 120.41 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 136 | 108 | 0.28 | 0 | 0.21 | 0.47 | 135.79 | 0.16 | 0.46 |
| Hex | 62 | 88 | 6C | 1C | 0 | 15 | 2F | 88 | 10 | 2E |
| Octal | 142 | 210 | 154 | 34 | 0 | 25 | 57 | 210 | 20 | 56 |
| Binary | 1100010 | 10001000 | 1101100 | 11100 | 0 | 10101 | 101111 | 10001000 | 10000 | 101110 |
Color Harmonies of #62886C
Complementary color
Monochromatic Colors of #62886C
Black with #62886C
Text Example
Text Example
White with #62886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62886C; }
p { color: rgb(98,136,108); }
H1.HeaderClassName
{
color: #62886C;
}
.AnyTagClassName
{
color: #62886C;
}
</style>
background-color css
<style>
a { background-color: #62886C; }
a { background-color: rgb(98,136,108); }
div.DivClassName
{
background-color: #62886C;
}
.BgClassName
{
background-color: #62886C;
}
</style>
border-color css
<style>
span { border-color: #62886C; }
span { border-color: rgb(98,136,108); }
td.TdClassName
{
border-color: #62886C;
}
.TagClassName
{
border-color: #62886C;
}
</style>