Shades of Laurel #628366
Tints of Laurel #628366
RGB
CMYK
RGB Variations
Color information
#628366 (or 0x628366) is known color: Laurel. HEX triplet: 62, 83 and 66. RGB value is (98,131,102). Sum of RGB (Red+Green+Blue) = 98+131+102=331 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.61% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 131 - color contains mainly: green. Hex color #628366 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628366 is #9D7C99. Grayscale: #757575. Windows color (decimal): -10321050 or 6718306. OLE color: 6718306.
HSL color Cylindrical-coordinate representation of color #628366: hue angle of 127.27º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #628366 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 131 | 102 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.49 |
| HSL | 127.27º | 0.14% | 0.45% | - |
| HSV(B) | 127.27º | 0.25% | 0.51% | - |
| XYZ | 15.55 | 19.79 | 15.57 | - |
| YUV | 117.83 | 119.07 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 131 | 102 | 0.25 | 0 | 0.22 | 0.49 | 127.27 | 0.14 | 0.45 |
| Hex | 62 | 83 | 66 | 19 | 0 | 16 | 31 | 7F | E | 2D |
| Octal | 142 | 203 | 146 | 31 | 0 | 26 | 61 | 177 | 16 | 55 |
| Binary | 1100010 | 10000011 | 1100110 | 11001 | 0 | 10110 | 110001 | 1111111 | 1110 | 101101 |
Color Harmonies of #628366
Complementary color
Monochromatic Colors of #628366
Black with #628366
Text Example
Text Example
White with #628366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628366; }
p { color: rgb(98,131,102); }
H1.HeaderClassName
{
color: #628366;
}
.AnyTagClassName
{
color: #628366;
}
</style>
background-color css
<style>
a { background-color: #628366; }
a { background-color: rgb(98,131,102); }
div.DivClassName
{
background-color: #628366;
}
.BgClassName
{
background-color: #628366;
}
</style>
border-color css
<style>
span { border-color: #628366; }
span { border-color: rgb(98,131,102); }
td.TdClassName
{
border-color: #628366;
}
.TagClassName
{
border-color: #628366;
}
</style>