Shades of Laurel #628B6C
Tints of Laurel #628B6C
RGB
CMYK
RGB Variations
Color information
#628B6C (or 0x628B6C) is known color: Laurel. HEX triplet: 62, 8B and 6C. RGB value is (98,139,108). Sum of RGB (Red+Green+Blue) = 98+139+108=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 139 - color contains mainly: green. Hex color #628B6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628B6C is #9D7493. Grayscale: #7B7B7B. Windows color (decimal): -10318996 or 7113570. OLE color: 7113570.
HSL color Cylindrical-coordinate representation of color #628B6C: hue angle of 134.63º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #628B6C is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 139 | 108 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.45 |
| HSL | 134.63º | 0.17% | 0.46% | - |
| HSV(B) | 134.63º | 0.29% | 0.55% | - |
| XYZ | 16.98 | 22.14 | 17.57 | - |
| YUV | 123.21 | 119.42 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 139 | 108 | 0.29 | 0 | 0.22 | 0.45 | 134.63 | 0.17 | 0.46 |
| Hex | 62 | 8B | 6C | 1D | 0 | 16 | 2D | 87 | 11 | 2E |
| Octal | 142 | 213 | 154 | 35 | 0 | 26 | 55 | 207 | 21 | 56 |
| Binary | 1100010 | 10001011 | 1101100 | 11101 | 0 | 10110 | 101101 | 10000111 | 10001 | 101110 |
Color Harmonies of #628B6C
Complementary color
Monochromatic Colors of #628B6C
Black with #628B6C
Text Example
Text Example
White with #628B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628B6C; }
p { color: rgb(98,139,108); }
H1.HeaderClassName
{
color: #628B6C;
}
.AnyTagClassName
{
color: #628B6C;
}
</style>
background-color css
<style>
a { background-color: #628B6C; }
a { background-color: rgb(98,139,108); }
div.DivClassName
{
background-color: #628B6C;
}
.BgClassName
{
background-color: #628B6C;
}
</style>
border-color css
<style>
span { border-color: #628B6C; }
span { border-color: rgb(98,139,108); }
td.TdClassName
{
border-color: #628B6C;
}
.TagClassName
{
border-color: #628B6C;
}
</style>