Shades of Laurel #627D66
Tints of Laurel #627D66
RGB
CMYK
RGB Variations
Color information
#627D66 (or 0x627D66) is known color: Laurel. HEX triplet: 62, 7D and 66. RGB value is (98,125,102). Sum of RGB (Red+Green+Blue) = 98+125+102=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 125 - color contains mainly: green. Hex color #627D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627D66 is #9D8299. Grayscale: #727272. Windows color (decimal): -10322586 or 6716770. OLE color: 6716770.
HSL color Cylindrical-coordinate representation of color #627D66: hue angle of 128.89º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #627D66 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 125 | 102 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.51 |
| HSL | 128.89º | 0.12% | 0.44% | - |
| HSV(B) | 128.89º | 0.22% | 0.49% | - |
| XYZ | 14.77 | 18.22 | 15.31 | - |
| YUV | 114.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 125 | 102 | 0.22 | 0 | 0.18 | 0.51 | 128.89 | 0.12 | 0.44 |
| Hex | 62 | 7D | 66 | 16 | 0 | 12 | 33 | 81 | C | 2C |
| Octal | 142 | 175 | 146 | 26 | 0 | 22 | 63 | 201 | 14 | 54 |
| Binary | 1100010 | 1111101 | 1100110 | 10110 | 0 | 10010 | 110011 | 10000001 | 1100 | 101100 |
Color Harmonies of #627D66
Complementary color
Monochromatic Colors of #627D66
Black with #627D66
Text Example
Text Example
White with #627D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627D66; }
p { color: rgb(98,125,102); }
H1.HeaderClassName
{
color: #627D66;
}
.AnyTagClassName
{
color: #627D66;
}
</style>
background-color css
<style>
a { background-color: #627D66; }
a { background-color: rgb(98,125,102); }
div.DivClassName
{
background-color: #627D66;
}
.BgClassName
{
background-color: #627D66;
}
</style>
border-color css
<style>
span { border-color: #627D66; }
span { border-color: rgb(98,125,102); }
td.TdClassName
{
border-color: #627D66;
}
.TagClassName
{
border-color: #627D66;
}
</style>