Shades of Laurel #629965
Tints of Laurel #629965
RGB
CMYK
RGB Variations
Color information
#629965 (or 0x629965) is known color: Laurel. HEX triplet: 62, 99 and 65. RGB value is (98,153,101). Sum of RGB (Red+Green+Blue) = 98+153+101=352 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.84% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 153 - color contains mainly: green. Hex color #629965 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629965 is #9D669A. Grayscale: #828282. Windows color (decimal): -10315419 or 6658402. OLE color: 6658402.
HSL color Cylindrical-coordinate representation of color #629965: hue angle of 123.27º 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 #629965 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 98 | 153 | 101 | - |
| CMYK | 0.36 | 0 | 0.34 | 0.4 |
| HSL | 123.27º | 0.22% | 0.49% | - |
| HSV(B) | 123.27º | 0.36% | 0.6% | - |
| XYZ | 18.78 | 26.32 | 16.4 | - |
| YUV | 130.63 | 111.28 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 153 | 101 | 0.36 | 0 | 0.34 | 0.4 | 123.27 | 0.22 | 0.49 |
| Hex | 62 | 99 | 65 | 24 | 0 | 22 | 28 | 7B | 16 | 31 |
| Octal | 142 | 231 | 145 | 44 | 0 | 42 | 50 | 173 | 26 | 61 |
| Binary | 1100010 | 10011001 | 1100101 | 100100 | 0 | 100010 | 101000 | 1111011 | 10110 | 110001 |
Color Harmonies of #629965
Complementary color
Monochromatic Colors of #629965
Black with #629965
Text Example
Text Example
White with #629965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629965; }
p { color: rgb(98,153,101); }
H1.HeaderClassName
{
color: #629965;
}
.AnyTagClassName
{
color: #629965;
}
</style>
background-color css
<style>
a { background-color: #629965; }
a { background-color: rgb(98,153,101); }
div.DivClassName
{
background-color: #629965;
}
.BgClassName
{
background-color: #629965;
}
</style>
border-color css
<style>
span { border-color: #629965; }
span { border-color: rgb(98,153,101); }
td.TdClassName
{
border-color: #629965;
}
.TagClassName
{
border-color: #629965;
}
</style>