Shades of Laurel #63956B
Tints of Laurel #63956B
RGB
CMYK
RGB Variations
Color information
#63956B (or 0x63956B) is known color: Laurel. HEX triplet: 63, 95 and 6B. RGB value is (99,149,107). Sum of RGB (Red+Green+Blue) = 99+149+107=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 149 - color contains mainly: green. Hex color #63956B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63956B is #9C6A94. Grayscale: #818181. Windows color (decimal): -10250901 or 7050595. OLE color: 7050595.
HSL color Cylindrical-coordinate representation of color #63956B: hue angle of 129.6º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #63956B is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 149 | 107 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.42 |
| HSL | 129.6º | 0.2% | 0.49% | - |
| HSV(B) | 129.6º | 0.34% | 0.58% | - |
| XYZ | 18.55 | 25.21 | 17.8 | - |
| YUV | 129.26 | 115.44 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 149 | 107 | 0.34 | 0 | 0.28 | 0.42 | 129.6 | 0.2 | 0.49 |
| Hex | 63 | 95 | 6B | 22 | 0 | 1C | 2A | 82 | 14 | 31 |
| Octal | 143 | 225 | 153 | 42 | 0 | 34 | 52 | 202 | 24 | 61 |
| Binary | 1100011 | 10010101 | 1101011 | 100010 | 0 | 11100 | 101010 | 10000010 | 10100 | 110001 |
Color Harmonies of #63956B
Complementary color
Monochromatic Colors of #63956B
Black with #63956B
Text Example
Text Example
White with #63956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63956B; }
p { color: rgb(99,149,107); }
H1.HeaderClassName
{
color: #63956B;
}
.AnyTagClassName
{
color: #63956B;
}
</style>
background-color css
<style>
a { background-color: #63956B; }
a { background-color: rgb(99,149,107); }
div.DivClassName
{
background-color: #63956B;
}
.BgClassName
{
background-color: #63956B;
}
</style>
border-color css
<style>
span { border-color: #63956B; }
span { border-color: rgb(99,149,107); }
td.TdClassName
{
border-color: #63956B;
}
.TagClassName
{
border-color: #63956B;
}
</style>