Shades of Laurel #639365
Tints of Laurel #639365
RGB
CMYK
RGB Variations
Color information
#639365 (or 0x639365) is known color: Laurel. HEX triplet: 63, 93 and 65. RGB value is (99,147,101). Sum of RGB (Red+Green+Blue) = 99+147+101=347 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.53% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 147 - color contains mainly: green. Hex color #639365 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639365 is #9C6C9A. Grayscale: #7F7F7F. Windows color (decimal): -10251419 or 6656867. OLE color: 6656867.
HSL color Cylindrical-coordinate representation of color #639365: hue angle of 122.5º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #639365 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 147 | 101 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.42 |
| HSL | 122.5º | 0.2% | 0.48% | - |
| HSV(B) | 122.5º | 0.33% | 0.58% | - |
| XYZ | 17.93 | 24.46 | 16.09 | - |
| YUV | 127.4 | 113.1 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 147 | 101 | 0.33 | 0 | 0.31 | 0.42 | 122.5 | 0.2 | 0.48 |
| Hex | 63 | 93 | 65 | 21 | 0 | 1F | 2A | 7B | 14 | 30 |
| Octal | 143 | 223 | 145 | 41 | 0 | 37 | 52 | 173 | 24 | 60 |
| Binary | 1100011 | 10010011 | 1100101 | 100001 | 0 | 11111 | 101010 | 1111011 | 10100 | 110000 |
Color Harmonies of #639365
Complementary color
Monochromatic Colors of #639365
Black with #639365
Text Example
Text Example
White with #639365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639365; }
p { color: rgb(99,147,101); }
H1.HeaderClassName
{
color: #639365;
}
.AnyTagClassName
{
color: #639365;
}
</style>
background-color css
<style>
a { background-color: #639365; }
a { background-color: rgb(99,147,101); }
div.DivClassName
{
background-color: #639365;
}
.BgClassName
{
background-color: #639365;
}
</style>
border-color css
<style>
span { border-color: #639365; }
span { border-color: rgb(99,147,101); }
td.TdClassName
{
border-color: #639365;
}
.TagClassName
{
border-color: #639365;
}
</style>