Shades of Laurel #607863
Tints of Laurel #607863
RGB
CMYK
RGB Variations
Color information
#607863 (or 0x607863) is known color: Laurel. HEX triplet: 60, 78 and 63. RGB value is (96,120,99). Sum of RGB (Red+Green+Blue) = 96+120+99=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 120 - color contains mainly: green. Hex color #607863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607863 is #9F879C. Grayscale: #6E6E6E. Windows color (decimal): -10454941 or 6518880. OLE color: 6518880.
HSL color Cylindrical-coordinate representation of color #607863: hue angle of 127.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #607863 is Cyan = 0.2, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 120 | 99 | - |
| CMYK | 0.2 | 0 | 0.17 | 0.53 |
| HSL | 127.5º | 0.11% | 0.42% | - |
| HSV(B) | 127.5º | 0.2% | 0.47% | - |
| XYZ | 13.79 | 16.82 | 14.32 | - |
| YUV | 110.43 | 121.55 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 120 | 99 | 0.2 | 0 | 0.17 | 0.53 | 127.5 | 0.11 | 0.42 |
| Hex | 60 | 78 | 63 | 14 | 0 | 11 | 35 | 80 | B | 2A |
| Octal | 140 | 170 | 143 | 24 | 0 | 21 | 65 | 200 | 13 | 52 |
| Binary | 1100000 | 1111000 | 1100011 | 10100 | 0 | 10001 | 110101 | 10000000 | 1011 | 101010 |
Color Harmonies of #607863
Complementary color
Monochromatic Colors of #607863
Black with #607863
Text Example
Text Example
White with #607863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607863; }
p { color: rgb(96,120,99); }
H1.HeaderClassName
{
color: #607863;
}
.AnyTagClassName
{
color: #607863;
}
</style>
background-color css
<style>
a { background-color: #607863; }
a { background-color: rgb(96,120,99); }
div.DivClassName
{
background-color: #607863;
}
.BgClassName
{
background-color: #607863;
}
</style>
border-color css
<style>
span { border-color: #607863; }
span { border-color: rgb(96,120,99); }
td.TdClassName
{
border-color: #607863;
}
.TagClassName
{
border-color: #607863;
}
</style>