Shades of Laurel #629369
Tints of Laurel #629369
RGB
CMYK
RGB Variations
Color information
#629369 (or 0x629369) is known color: Laurel. HEX triplet: 62, 93 and 69. RGB value is (98,147,105). Sum of RGB (Red+Green+Blue) = 98+147+105=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 147 - color contains mainly: green. Hex color #629369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629369 is #9D6C96. Grayscale: #7F7F7F. Windows color (decimal): -10316951 or 6919010. OLE color: 6919010.
HSL color Cylindrical-coordinate representation of color #629369: hue angle of 128.57º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #629369 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 147 | 105 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.42 |
| HSL | 128.57º | 0.2% | 0.48% | - |
| HSV(B) | 128.57º | 0.33% | 0.58% | - |
| XYZ | 18.02 | 24.48 | 17.14 | - |
| YUV | 127.56 | 115.27 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 147 | 105 | 0.33 | 0 | 0.29 | 0.42 | 128.57 | 0.2 | 0.48 |
| Hex | 62 | 93 | 69 | 21 | 0 | 1D | 2A | 81 | 14 | 30 |
| Octal | 142 | 223 | 151 | 41 | 0 | 35 | 52 | 201 | 24 | 60 |
| Binary | 1100010 | 10010011 | 1101001 | 100001 | 0 | 11101 | 101010 | 10000001 | 10100 | 110000 |
Color Harmonies of #629369
Complementary color
Monochromatic Colors of #629369
Black with #629369
Text Example
Text Example
White with #629369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629369; }
p { color: rgb(98,147,105); }
H1.HeaderClassName
{
color: #629369;
}
.AnyTagClassName
{
color: #629369;
}
</style>
background-color css
<style>
a { background-color: #629369; }
a { background-color: rgb(98,147,105); }
div.DivClassName
{
background-color: #629369;
}
.BgClassName
{
background-color: #629369;
}
</style>
border-color css
<style>
span { border-color: #629369; }
span { border-color: rgb(98,147,105); }
td.TdClassName
{
border-color: #629369;
}
.TagClassName
{
border-color: #629369;
}
</style>