Shades of Laurel #638D6B
Tints of Laurel #638D6B
RGB
CMYK
RGB Variations
Color information
#638D6B (or 0x638D6B) is known color: Laurel. HEX triplet: 63, 8D and 6B. RGB value is (99,141,107). Sum of RGB (Red+Green+Blue) = 99+141+107=347 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.53% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 141 - color contains mainly: green. Hex color #638D6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638D6B is #9C7294. Grayscale: #7C7C7C. Windows color (decimal): -10252949 or 7048547. OLE color: 7048547.
HSL color Cylindrical-coordinate representation of color #638D6B: hue angle of 131.43º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #638D6B is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 141 | 107 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.45 |
| HSL | 131.43º | 0.18% | 0.47% | - |
| HSV(B) | 131.43º | 0.3% | 0.55% | - |
| XYZ | 17.32 | 22.76 | 17.39 | - |
| YUV | 124.57 | 118.09 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 141 | 107 | 0.30 | 0 | 0.24 | 0.45 | 131.43 | 0.18 | 0.47 |
| Hex | 63 | 8D | 6B | 1E | 0 | 18 | 2D | 83 | 12 | 2F |
| Octal | 143 | 215 | 153 | 36 | 0 | 30 | 55 | 203 | 22 | 57 |
| Binary | 1100011 | 10001101 | 1101011 | 11110 | 0 | 11000 | 101101 | 10000011 | 10010 | 101111 |
Color Harmonies of #638D6B
Complementary color
Monochromatic Colors of #638D6B
Black with #638D6B
Text Example
Text Example
White with #638D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638D6B; }
p { color: rgb(99,141,107); }
H1.HeaderClassName
{
color: #638D6B;
}
.AnyTagClassName
{
color: #638D6B;
}
</style>
background-color css
<style>
a { background-color: #638D6B; }
a { background-color: rgb(99,141,107); }
div.DivClassName
{
background-color: #638D6B;
}
.BgClassName
{
background-color: #638D6B;
}
</style>
border-color css
<style>
span { border-color: #638D6B; }
span { border-color: rgb(99,141,107); }
td.TdClassName
{
border-color: #638D6B;
}
.TagClassName
{
border-color: #638D6B;
}
</style>