Shades of Laurel #607E65
Tints of Laurel #607E65
RGB
CMYK
RGB Variations
Color information
#607E65 (or 0x607E65) is known color: Laurel. HEX triplet: 60, 7E and 65. RGB value is (96,126,101). Sum of RGB (Red+Green+Blue) = 96+126+101=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 126 - color contains mainly: green. Hex color #607E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607E65 is #9F819A. Grayscale: #727272. Windows color (decimal): -10453403 or 6651488. OLE color: 6651488.
HSL color Cylindrical-coordinate representation of color #607E65: hue angle of 130º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #607E65 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 126 | 101 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.51 |
| HSL | 130º | 0.14% | 0.44% | - |
| HSV(B) | 130º | 0.24% | 0.49% | - |
| XYZ | 14.63 | 18.35 | 15.08 | - |
| YUV | 114.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 126 | 101 | 0.24 | 0 | 0.20 | 0.51 | 130 | 0.14 | 0.44 |
| Hex | 60 | 7E | 65 | 18 | 0 | 14 | 33 | 82 | E | 2C |
| Octal | 140 | 176 | 145 | 30 | 0 | 24 | 63 | 202 | 16 | 54 |
| Binary | 1100000 | 1111110 | 1100101 | 11000 | 0 | 10100 | 110011 | 10000010 | 1110 | 101100 |
Color Harmonies of #607E65
Complementary color
Monochromatic Colors of #607E65
Black with #607E65
Text Example
Text Example
White with #607E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607E65; }
p { color: rgb(96,126,101); }
H1.HeaderClassName
{
color: #607E65;
}
.AnyTagClassName
{
color: #607E65;
}
</style>
background-color css
<style>
a { background-color: #607E65; }
a { background-color: rgb(96,126,101); }
div.DivClassName
{
background-color: #607E65;
}
.BgClassName
{
background-color: #607E65;
}
</style>
border-color css
<style>
span { border-color: #607E65; }
span { border-color: rgb(96,126,101); }
td.TdClassName
{
border-color: #607E65;
}
.TagClassName
{
border-color: #607E65;
}
</style>