Shades of Laurel #629A68
Tints of Laurel #629A68
RGB
CMYK
RGB Variations
Color information
#629A68 (or 0x629A68) is known color: Laurel. HEX triplet: 62, 9A and 68. RGB value is (98,154,104). Sum of RGB (Red+Green+Blue) = 98+154+104=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 154 (60.55% from 255 or 43.26% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 154 - color contains mainly: green. Hex color #629A68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629A68 is #9D6597. Grayscale: #838383. Windows color (decimal): -10315160 or 6855266. OLE color: 6855266.
HSL color Cylindrical-coordinate representation of color #629A68: hue angle of 126.43º 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 #629A68 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 98 | 154 | 104 | - |
| CMYK | 0.36 | 0 | 0.32 | 0.40 |
| HSL | 126.43º | 0.22% | 0.49% | - |
| HSV(B) | 126.43º | 0.36% | 0.6% | - |
| XYZ | 19.09 | 26.71 | 17.25 | - |
| YUV | 131.56 | 112.45 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 154 | 104 | 0.36 | 0 | 0.32 | 0.40 | 126.43 | 0.22 | 0.49 |
| Hex | 62 | 9A | 68 | 24 | 0 | 20 | 28 | 7E | 16 | 31 |
| Octal | 142 | 232 | 150 | 44 | 0 | 40 | 50 | 176 | 26 | 61 |
| Binary | 1100010 | 10011010 | 1101000 | 100100 | 0 | 100000 | 101000 | 1111110 | 10110 | 110001 |
Color Harmonies of #629A68
Complementary color
Monochromatic Colors of #629A68
Black with #629A68
Text Example
Text Example
White with #629A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629A68; }
p { color: rgb(98,154,104); }
H1.HeaderClassName
{
color: #629A68;
}
.AnyTagClassName
{
color: #629A68;
}
</style>
background-color css
<style>
a { background-color: #629A68; }
a { background-color: rgb(98,154,104); }
div.DivClassName
{
background-color: #629A68;
}
.BgClassName
{
background-color: #629A68;
}
</style>
border-color css
<style>
span { border-color: #629A68; }
span { border-color: rgb(98,154,104); }
td.TdClassName
{
border-color: #629A68;
}
.TagClassName
{
border-color: #629A68;
}
</style>