Shades of Laurel #629968
Tints of Laurel #629968
RGB
CMYK
RGB Variations
Color information
#629968 (or 0x629968) is known color: Laurel. HEX triplet: 62, 99 and 68. RGB value is (98,153,104). Sum of RGB (Red+Green+Blue) = 98+153+104=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #629968 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629968 is #9D6697. Grayscale: #838383. Windows color (decimal): -10315416 or 6855010. OLE color: 6855010.
HSL color Cylindrical-coordinate representation of color #629968: hue angle of 126.55º 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 #629968 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 98 | 153 | 104 | - |
| CMYK | 0.36 | 0 | 0.32 | 0.4 |
| HSL | 126.55º | 0.22% | 0.49% | - |
| HSV(B) | 126.55º | 0.36% | 0.6% | - |
| XYZ | 18.93 | 26.38 | 17.19 | - |
| YUV | 130.97 | 112.78 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 153 | 104 | 0.36 | 0 | 0.32 | 0.4 | 126.55 | 0.22 | 0.49 |
| Hex | 62 | 99 | 68 | 24 | 0 | 20 | 28 | 7F | 16 | 31 |
| Octal | 142 | 231 | 150 | 44 | 0 | 40 | 50 | 177 | 26 | 61 |
| Binary | 1100010 | 10011001 | 1101000 | 100100 | 0 | 100000 | 101000 | 1111111 | 10110 | 110001 |
Color Harmonies of #629968
Complementary color
Monochromatic Colors of #629968
Black with #629968
Text Example
Text Example
White with #629968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629968; }
p { color: rgb(98,153,104); }
H1.HeaderClassName
{
color: #629968;
}
.AnyTagClassName
{
color: #629968;
}
</style>
background-color css
<style>
a { background-color: #629968; }
a { background-color: rgb(98,153,104); }
div.DivClassName
{
background-color: #629968;
}
.BgClassName
{
background-color: #629968;
}
</style>
border-color css
<style>
span { border-color: #629968; }
span { border-color: rgb(98,153,104); }
td.TdClassName
{
border-color: #629968;
}
.TagClassName
{
border-color: #629968;
}
</style>