Shades of Laurel #638A6F
Tints of Laurel #638A6F
RGB
CMYK
RGB Variations
Color information
#638A6F (or 0x638A6F) is known color: Laurel. HEX triplet: 63, 8A and 6F. RGB value is (99,138,111). Sum of RGB (Red+Green+Blue) = 99+138+111=348 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.45% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 138 - color contains mainly: green. Hex color #638A6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638A6F is #9C7590. Grayscale: #7B7B7B. Windows color (decimal): -10253713 or 7309923. OLE color: 7309923.
HSL color Cylindrical-coordinate representation of color #638A6F: hue angle of 138.46º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #638A6F is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 99 | 138 | 111 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.46 |
| HSL | 138.46º | 0.16% | 0.46% | - |
| HSV(B) | 138.46º | 0.28% | 0.54% | - |
| XYZ | 17.1 | 21.98 | 18.38 | - |
| YUV | 123.26 | 121.08 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 138 | 111 | 0.28 | 0 | 0.20 | 0.46 | 138.46 | 0.16 | 0.46 |
| Hex | 63 | 8A | 6F | 1C | 0 | 14 | 2E | 8A | 10 | 2E |
| Octal | 143 | 212 | 157 | 34 | 0 | 24 | 56 | 212 | 20 | 56 |
| Binary | 1100011 | 10001010 | 1101111 | 11100 | 0 | 10100 | 101110 | 10001010 | 10000 | 101110 |
Color Harmonies of #638A6F
Complementary color
Monochromatic Colors of #638A6F
Black with #638A6F
Text Example
Text Example
White with #638A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638A6F; }
p { color: rgb(99,138,111); }
H1.HeaderClassName
{
color: #638A6F;
}
.AnyTagClassName
{
color: #638A6F;
}
</style>
background-color css
<style>
a { background-color: #638A6F; }
a { background-color: rgb(99,138,111); }
div.DivClassName
{
background-color: #638A6F;
}
.BgClassName
{
background-color: #638A6F;
}
</style>
border-color css
<style>
span { border-color: #638A6F; }
span { border-color: rgb(99,138,111); }
td.TdClassName
{
border-color: #638A6F;
}
.TagClassName
{
border-color: #638A6F;
}
</style>