Shades of Laurel #628F6C
Tints of Laurel #628F6C
RGB
CMYK
RGB Variations
Color information
#628F6C (or 0x628F6C) is known color: Laurel. HEX triplet: 62, 8F and 6C. RGB value is (98,143,108). Sum of RGB (Red+Green+Blue) = 98+143+108=349 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.08% from 349); Green value is 143 (56.25% from 255 or 40.97% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 143 - color contains mainly: green. Hex color #628F6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628F6C is #9D7093. Grayscale: #7D7D7D. Windows color (decimal): -10317972 or 7114594. OLE color: 7114594.
HSL color Cylindrical-coordinate representation of color #628F6C: hue angle of 133.33º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #628F6C is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 143 | 108 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.44 |
| HSL | 133.33º | 0.19% | 0.47% | - |
| HSV(B) | 133.33º | 0.31% | 0.56% | - |
| XYZ | 17.57 | 23.32 | 17.76 | - |
| YUV | 125.56 | 118.09 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 143 | 108 | 0.31 | 0 | 0.24 | 0.44 | 133.33 | 0.19 | 0.47 |
| Hex | 62 | 8F | 6C | 1F | 0 | 18 | 2C | 85 | 13 | 2F |
| Octal | 142 | 217 | 154 | 37 | 0 | 30 | 54 | 205 | 23 | 57 |
| Binary | 1100010 | 10001111 | 1101100 | 11111 | 0 | 11000 | 101100 | 10000101 | 10011 | 101111 |
Color Harmonies of #628F6C
Complementary color
Monochromatic Colors of #628F6C
Black with #628F6C
Text Example
Text Example
White with #628F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628F6C; }
p { color: rgb(98,143,108); }
H1.HeaderClassName
{
color: #628F6C;
}
.AnyTagClassName
{
color: #628F6C;
}
</style>
background-color css
<style>
a { background-color: #628F6C; }
a { background-color: rgb(98,143,108); }
div.DivClassName
{
background-color: #628F6C;
}
.BgClassName
{
background-color: #628F6C;
}
</style>
border-color css
<style>
span { border-color: #628F6C; }
span { border-color: rgb(98,143,108); }
td.TdClassName
{
border-color: #628F6C;
}
.TagClassName
{
border-color: #628F6C;
}
</style>