Shades of Laurel #62866A
Tints of Laurel #62866A
RGB
CMYK
RGB Variations
Color information
#62866A (or 0x62866A) is known color: Laurel. HEX triplet: 62, 86 and 6A. RGB value is (98,134,106). Sum of RGB (Red+Green+Blue) = 98+134+106=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 134 - color contains mainly: green. Hex color #62866A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62866A is #9D7995. Grayscale: #787878. Windows color (decimal): -10320278 or 6981218. OLE color: 6981218.
HSL color Cylindrical-coordinate representation of color #62866A: hue angle of 133.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #62866A is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 134 | 106 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.47 |
| HSL | 133.33º | 0.16% | 0.45% | - |
| HSV(B) | 133.33º | 0.27% | 0.53% | - |
| XYZ | 16.16 | 20.69 | 16.78 | - |
| YUV | 120.04 | 120.07 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 134 | 106 | 0.27 | 0 | 0.21 | 0.47 | 133.33 | 0.16 | 0.45 |
| Hex | 62 | 86 | 6A | 1B | 0 | 15 | 2F | 85 | 10 | 2D |
| Octal | 142 | 206 | 152 | 33 | 0 | 25 | 57 | 205 | 20 | 55 |
| Binary | 1100010 | 10000110 | 1101010 | 11011 | 0 | 10101 | 101111 | 10000101 | 10000 | 101101 |
Color Harmonies of #62866A
Complementary color
Monochromatic Colors of #62866A
Black with #62866A
Text Example
Text Example
White with #62866A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62866A; }
p { color: rgb(98,134,106); }
H1.HeaderClassName
{
color: #62866A;
}
.AnyTagClassName
{
color: #62866A;
}
</style>
background-color css
<style>
a { background-color: #62866A; }
a { background-color: rgb(98,134,106); }
div.DivClassName
{
background-color: #62866A;
}
.BgClassName
{
background-color: #62866A;
}
</style>
border-color css
<style>
span { border-color: #62866A; }
span { border-color: rgb(98,134,106); }
td.TdClassName
{
border-color: #62866A;
}
.TagClassName
{
border-color: #62866A;
}
</style>