Shades of Laurel #629864
Tints of Laurel #629864
RGB
CMYK
RGB Variations
Color information
#629864 (or 0x629864) is known color: Laurel. HEX triplet: 62, 98 and 64. RGB value is (98,152,100). Sum of RGB (Red+Green+Blue) = 98+152+100=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 152 (59.77% from 255 or 43.43% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 152 - color contains mainly: green. Hex color #629864 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629864 is #9D679B. Grayscale: #828282. Windows color (decimal): -10315676 or 6592610. OLE color: 6592610.
HSL color Cylindrical-coordinate representation of color #629864: hue angle of 122.22º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #629864 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 98 | 152 | 100 | - |
| CMYK | 0.36 | 0 | 0.34 | 0.40 |
| HSL | 122.22º | 0.22% | 0.49% | - |
| HSV(B) | 122.22º | 0.36% | 0.6% | - |
| XYZ | 18.57 | 25.97 | 16.09 | - |
| YUV | 129.93 | 111.11 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 152 | 100 | 0.36 | 0 | 0.34 | 0.40 | 122.22 | 0.22 | 0.49 |
| Hex | 62 | 98 | 64 | 24 | 0 | 22 | 28 | 7A | 16 | 31 |
| Octal | 142 | 230 | 144 | 44 | 0 | 42 | 50 | 172 | 26 | 61 |
| Binary | 1100010 | 10011000 | 1100100 | 100100 | 0 | 100010 | 101000 | 1111010 | 10110 | 110001 |
Color Harmonies of #629864
Complementary color
Monochromatic Colors of #629864
Black with #629864
Text Example
Text Example
White with #629864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629864; }
p { color: rgb(98,152,100); }
H1.HeaderClassName
{
color: #629864;
}
.AnyTagClassName
{
color: #629864;
}
</style>
background-color css
<style>
a { background-color: #629864; }
a { background-color: rgb(98,152,100); }
div.DivClassName
{
background-color: #629864;
}
.BgClassName
{
background-color: #629864;
}
</style>
border-color css
<style>
span { border-color: #629864; }
span { border-color: rgb(98,152,100); }
td.TdClassName
{
border-color: #629864;
}
.TagClassName
{
border-color: #629864;
}
</style>