Shades of Laurel #607C64
Tints of Laurel #607C64
RGB
CMYK
RGB Variations
Color information
#607C64 (or 0x607C64) is known color: Laurel. HEX triplet: 60, 7C and 64. RGB value is (96,124,100). Sum of RGB (Red+Green+Blue) = 96+124+100=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 124 (48.83% from 255 or 38.75% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 124 - color contains mainly: green. Hex color #607C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607C64 is #9F839B. Grayscale: #707070. Windows color (decimal): -10453916 or 6585440. OLE color: 6585440.
HSL color Cylindrical-coordinate representation of color #607C64: hue angle of 128.57º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #607C64 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 124 | 100 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.51 |
| HSL | 128.57º | 0.13% | 0.43% | - |
| HSV(B) | 128.57º | 0.23% | 0.49% | - |
| XYZ | 14.33 | 17.82 | 14.74 | - |
| YUV | 112.89 | 120.72 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 100 | 0.23 | 0 | 0.19 | 0.51 | 128.57 | 0.13 | 0.43 |
| Hex | 60 | 7C | 64 | 17 | 0 | 13 | 33 | 81 | D | 2B |
| Octal | 140 | 174 | 144 | 27 | 0 | 23 | 63 | 201 | 15 | 53 |
| Binary | 1100000 | 1111100 | 1100100 | 10111 | 0 | 10011 | 110011 | 10000001 | 1101 | 101011 |
Color Harmonies of #607C64
Complementary color
Monochromatic Colors of #607C64
Black with #607C64
Text Example
Text Example
White with #607C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607C64; }
p { color: rgb(96,124,100); }
H1.HeaderClassName
{
color: #607C64;
}
.AnyTagClassName
{
color: #607C64;
}
</style>
background-color css
<style>
a { background-color: #607C64; }
a { background-color: rgb(96,124,100); }
div.DivClassName
{
background-color: #607C64;
}
.BgClassName
{
background-color: #607C64;
}
</style>
border-color css
<style>
span { border-color: #607C64; }
span { border-color: rgb(96,124,100); }
td.TdClassName
{
border-color: #607C64;
}
.TagClassName
{
border-color: #607C64;
}
</style>