Shades of Laurel #63916B
Tints of Laurel #63916B
RGB
CMYK
RGB Variations
Color information
#63916B (or 0x63916B) is known color: Laurel. HEX triplet: 63, 91 and 6B. RGB value is (99,145,107). Sum of RGB (Red+Green+Blue) = 99+145+107=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 145 - color contains mainly: green. Hex color #63916B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63916B is #9C6E94. Grayscale: #7F7F7F. Windows color (decimal): -10251925 or 7049571. OLE color: 7049571.
HSL color Cylindrical-coordinate representation of color #63916B: hue angle of 130.43º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #63916B is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 99 | 145 | 107 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.43 |
| HSL | 130.43º | 0.19% | 0.48% | - |
| HSV(B) | 130.43º | 0.32% | 0.57% | - |
| XYZ | 17.92 | 23.96 | 17.59 | - |
| YUV | 126.91 | 116.76 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 145 | 107 | 0.32 | 0 | 0.26 | 0.43 | 130.43 | 0.19 | 0.48 |
| Hex | 63 | 91 | 6B | 20 | 0 | 1A | 2B | 82 | 13 | 30 |
| Octal | 143 | 221 | 153 | 40 | 0 | 32 | 53 | 202 | 23 | 60 |
| Binary | 1100011 | 10010001 | 1101011 | 100000 | 0 | 11010 | 101011 | 10000010 | 10011 | 110000 |
Color Harmonies of #63916B
Complementary color
Monochromatic Colors of #63916B
Black with #63916B
Text Example
Text Example
White with #63916B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63916B; }
p { color: rgb(99,145,107); }
H1.HeaderClassName
{
color: #63916B;
}
.AnyTagClassName
{
color: #63916B;
}
</style>
background-color css
<style>
a { background-color: #63916B; }
a { background-color: rgb(99,145,107); }
div.DivClassName
{
background-color: #63916B;
}
.BgClassName
{
background-color: #63916B;
}
</style>
border-color css
<style>
span { border-color: #63916B; }
span { border-color: rgb(99,145,107); }
td.TdClassName
{
border-color: #63916B;
}
.TagClassName
{
border-color: #63916B;
}
</style>