Shades of Laurel #638B6D
Tints of Laurel #638B6D
RGB
CMYK
RGB Variations
Color information
#638B6D (or 0x638B6D) is known color: Laurel. HEX triplet: 63, 8B and 6D. RGB value is (99,139,109). Sum of RGB (Red+Green+Blue) = 99+139+109=347 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.53% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 139 - color contains mainly: green. Hex color #638B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638B6D is #9C7492. Grayscale: #7B7B7B. Windows color (decimal): -10253459 or 7179107. OLE color: 7179107.
HSL color Cylindrical-coordinate representation of color #638B6D: hue angle of 135º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #638B6D is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 139 | 109 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.45 |
| HSL | 135º | 0.17% | 0.47% | - |
| HSV(B) | 135º | 0.29% | 0.55% | - |
| XYZ | 17.14 | 22.22 | 17.85 | - |
| YUV | 123.62 | 119.75 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 139 | 109 | 0.29 | 0 | 0.22 | 0.45 | 135 | 0.17 | 0.47 |
| Hex | 63 | 8B | 6D | 1D | 0 | 16 | 2D | 87 | 11 | 2F |
| Octal | 143 | 213 | 155 | 35 | 0 | 26 | 55 | 207 | 21 | 57 |
| Binary | 1100011 | 10001011 | 1101101 | 11101 | 0 | 10110 | 101101 | 10000111 | 10001 | 101111 |
Color Harmonies of #638B6D
Complementary color
Monochromatic Colors of #638B6D
Black with #638B6D
Text Example
Text Example
White with #638B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638B6D; }
p { color: rgb(99,139,109); }
H1.HeaderClassName
{
color: #638B6D;
}
.AnyTagClassName
{
color: #638B6D;
}
</style>
background-color css
<style>
a { background-color: #638B6D; }
a { background-color: rgb(99,139,109); }
div.DivClassName
{
background-color: #638B6D;
}
.BgClassName
{
background-color: #638B6D;
}
</style>
border-color css
<style>
span { border-color: #638B6D; }
span { border-color: rgb(99,139,109); }
td.TdClassName
{
border-color: #638B6D;
}
.TagClassName
{
border-color: #638B6D;
}
</style>