Shades of Laurel #637A65
Tints of Laurel #637A65
RGB
CMYK
RGB Variations
Color information
#637A65 (or 0x637A65) is known color: Laurel. HEX triplet: 63, 7A and 65. RGB value is (99,122,101). Sum of RGB (Red+Green+Blue) = 99+122+101=322 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.75% from 322); Green value is 122 (48.05% from 255 or 37.89% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 122 - color contains mainly: green. Hex color #637A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637A65 is #9C859A. Grayscale: #707070. Windows color (decimal): -10257819 or 6650467. OLE color: 6650467.
HSL color Cylindrical-coordinate representation of color #637A65: hue angle of 125.22º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #637A65 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 122 | 101 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.52 |
| HSL | 125.22º | 0.1% | 0.43% | - |
| HSV(B) | 125.22º | 0.19% | 0.48% | - |
| XYZ | 14.45 | 17.51 | 14.93 | - |
| YUV | 112.73 | 121.38 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 122 | 101 | 0.19 | 0 | 0.17 | 0.52 | 125.22 | 0.1 | 0.43 |
| Hex | 63 | 7A | 65 | 13 | 0 | 11 | 34 | 7D | A | 2B |
| Octal | 143 | 172 | 145 | 23 | 0 | 21 | 64 | 175 | 12 | 53 |
| Binary | 1100011 | 1111010 | 1100101 | 10011 | 0 | 10001 | 110100 | 1111101 | 1010 | 101011 |
Color Harmonies of #637A65
Complementary color
Monochromatic Colors of #637A65
Black with #637A65
Text Example
Text Example
White with #637A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637A65; }
p { color: rgb(99,122,101); }
H1.HeaderClassName
{
color: #637A65;
}
.AnyTagClassName
{
color: #637A65;
}
</style>
background-color css
<style>
a { background-color: #637A65; }
a { background-color: rgb(99,122,101); }
div.DivClassName
{
background-color: #637A65;
}
.BgClassName
{
background-color: #637A65;
}
</style>
border-color css
<style>
span { border-color: #637A65; }
span { border-color: rgb(99,122,101); }
td.TdClassName
{
border-color: #637A65;
}
.TagClassName
{
border-color: #637A65;
}
</style>