Shades of Laurel #629E68
Tints of Laurel #629E68
RGB
CMYK
RGB Variations
Color information
#629E68 (or 0x629E68) is known color: Laurel. HEX triplet: 62, 9E and 68. RGB value is (98,158,104). Sum of RGB (Red+Green+Blue) = 98+158+104=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 158 (62.11% from 255 or 43.89% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 158 - color contains mainly: green. Hex color #629E68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629E68 is #9D6197. Grayscale: #868686. Windows color (decimal): -10314136 or 6856290. OLE color: 6856290.
HSL color Cylindrical-coordinate representation of color #629E68: hue angle of 126º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #629E68 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 158 | 104 | - |
| CMYK | 0.38 | 0 | 0.34 | 0.38 |
| HSL | 126º | 0.24% | 0.5% | - |
| HSV(B) | 126º | 0.38% | 0.62% | - |
| XYZ | 19.76 | 28.05 | 17.47 | - |
| YUV | 133.9 | 111.12 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 158 | 104 | 0.38 | 0 | 0.34 | 0.38 | 126 | 0.24 | 0.5 |
| Hex | 62 | 9E | 68 | 26 | 0 | 22 | 26 | 7E | 18 | 32 |
| Octal | 142 | 236 | 150 | 46 | 0 | 42 | 46 | 176 | 30 | 62 |
| Binary | 1100010 | 10011110 | 1101000 | 100110 | 0 | 100010 | 100110 | 1111110 | 11000 | 110010 |
Color Harmonies of #629E68
Complementary color
Monochromatic Colors of #629E68
Black with #629E68
Text Example
Text Example
White with #629E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629E68; }
p { color: rgb(98,158,104); }
H1.HeaderClassName
{
color: #629E68;
}
.AnyTagClassName
{
color: #629E68;
}
</style>
background-color css
<style>
a { background-color: #629E68; }
a { background-color: rgb(98,158,104); }
div.DivClassName
{
background-color: #629E68;
}
.BgClassName
{
background-color: #629E68;
}
</style>
border-color css
<style>
span { border-color: #629E68; }
span { border-color: rgb(98,158,104); }
td.TdClassName
{
border-color: #629E68;
}
.TagClassName
{
border-color: #629E68;
}
</style>