Shades of Laurel #62856B
Tints of Laurel #62856B
RGB
CMYK
RGB Variations
Color information
#62856B (or 0x62856B) is known color: Laurel. HEX triplet: 62, 85 and 6B. RGB value is (98,133,107). Sum of RGB (Red+Green+Blue) = 98+133+107=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 133 - color contains mainly: green. Hex color #62856B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62856B is #9D7A94. Grayscale: #777777. Windows color (decimal): -10320533 or 7046498. OLE color: 7046498.
HSL color Cylindrical-coordinate representation of color #62856B: hue angle of 135.43º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #62856B is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 133 | 107 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.48 |
| HSL | 135.43º | 0.15% | 0.45% | - |
| HSV(B) | 135.43º | 0.26% | 0.52% | - |
| XYZ | 16.08 | 20.43 | 17.01 | - |
| YUV | 119.57 | 120.9 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 133 | 107 | 0.26 | 0 | 0.20 | 0.48 | 135.43 | 0.15 | 0.45 |
| Hex | 62 | 85 | 6B | 1A | 0 | 14 | 30 | 87 | F | 2D |
| Octal | 142 | 205 | 153 | 32 | 0 | 24 | 60 | 207 | 17 | 55 |
| Binary | 1100010 | 10000101 | 1101011 | 11010 | 0 | 10100 | 110000 | 10000111 | 1111 | 101101 |
Color Harmonies of #62856B
Complementary color
Monochromatic Colors of #62856B
Black with #62856B
Text Example
Text Example
White with #62856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62856B; }
p { color: rgb(98,133,107); }
H1.HeaderClassName
{
color: #62856B;
}
.AnyTagClassName
{
color: #62856B;
}
</style>
background-color css
<style>
a { background-color: #62856B; }
a { background-color: rgb(98,133,107); }
div.DivClassName
{
background-color: #62856B;
}
.BgClassName
{
background-color: #62856B;
}
</style>
border-color css
<style>
span { border-color: #62856B; }
span { border-color: rgb(98,133,107); }
td.TdClassName
{
border-color: #62856B;
}
.TagClassName
{
border-color: #62856B;
}
</style>