Shades of Laurel #629666
Tints of Laurel #629666
RGB
CMYK
RGB Variations
Color information
#629666 (or 0x629666) is known color: Laurel. HEX triplet: 62, 96 and 66. RGB value is (98,150,102). Sum of RGB (Red+Green+Blue) = 98+150+102=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 150 - color contains mainly: green. Hex color #629666 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629666 is #9D6999. Grayscale: #818181. Windows color (decimal): -10316186 or 6723170. OLE color: 6723170.
HSL color Cylindrical-coordinate representation of color #629666: hue angle of 124.62º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #629666 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 98 | 150 | 102 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.41 |
| HSL | 124.62º | 0.21% | 0.49% | - |
| HSV(B) | 124.62º | 0.35% | 0.59% | - |
| XYZ | 18.34 | 25.37 | 16.5 | - |
| YUV | 128.98 | 112.77 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 150 | 102 | 0.35 | 0 | 0.32 | 0.41 | 124.62 | 0.21 | 0.49 |
| Hex | 62 | 96 | 66 | 23 | 0 | 20 | 29 | 7D | 15 | 31 |
| Octal | 142 | 226 | 146 | 43 | 0 | 40 | 51 | 175 | 25 | 61 |
| Binary | 1100010 | 10010110 | 1100110 | 100011 | 0 | 100000 | 101001 | 1111101 | 10101 | 110001 |
Color Harmonies of #629666
Complementary color
Monochromatic Colors of #629666
Black with #629666
Text Example
Text Example
White with #629666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629666; }
p { color: rgb(98,150,102); }
H1.HeaderClassName
{
color: #629666;
}
.AnyTagClassName
{
color: #629666;
}
</style>
background-color css
<style>
a { background-color: #629666; }
a { background-color: rgb(98,150,102); }
div.DivClassName
{
background-color: #629666;
}
.BgClassName
{
background-color: #629666;
}
</style>
border-color css
<style>
span { border-color: #629666; }
span { border-color: rgb(98,150,102); }
td.TdClassName
{
border-color: #629666;
}
.TagClassName
{
border-color: #629666;
}
</style>