Shades of Laurel #607963
Tints of Laurel #607963
RGB
CMYK
RGB Variations
Color information
#607963 (or 0x607963) is known color: Laurel. HEX triplet: 60, 79 and 63. RGB value is (96,121,99). Sum of RGB (Red+Green+Blue) = 96+121+99=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 121 (47.66% from 255 or 38.29% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 121 - color contains mainly: green. Hex color #607963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607963 is #9F869C. Grayscale: #6F6F6F. Windows color (decimal): -10454685 or 6519136. OLE color: 6519136.
HSL color Cylindrical-coordinate representation of color #607963: hue angle of 127.2º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #607963 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 121 | 99 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.53 |
| HSL | 127.2º | 0.12% | 0.43% | - |
| HSV(B) | 127.2º | 0.21% | 0.47% | - |
| XYZ | 13.91 | 17.06 | 14.36 | - |
| YUV | 111.02 | 121.22 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 121 | 99 | 0.21 | 0 | 0.18 | 0.53 | 127.2 | 0.12 | 0.43 |
| Hex | 60 | 79 | 63 | 15 | 0 | 12 | 35 | 7F | C | 2B |
| Octal | 140 | 171 | 143 | 25 | 0 | 22 | 65 | 177 | 14 | 53 |
| Binary | 1100000 | 1111001 | 1100011 | 10101 | 0 | 10010 | 110101 | 1111111 | 1100 | 101011 |
Color Harmonies of #607963
Complementary color
Monochromatic Colors of #607963
Black with #607963
Text Example
Text Example
White with #607963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607963; }
p { color: rgb(96,121,99); }
H1.HeaderClassName
{
color: #607963;
}
.AnyTagClassName
{
color: #607963;
}
</style>
background-color css
<style>
a { background-color: #607963; }
a { background-color: rgb(96,121,99); }
div.DivClassName
{
background-color: #607963;
}
.BgClassName
{
background-color: #607963;
}
</style>
border-color css
<style>
span { border-color: #607963; }
span { border-color: rgb(96,121,99); }
td.TdClassName
{
border-color: #607963;
}
.TagClassName
{
border-color: #607963;
}
</style>