Shades of Laurel #5F9B63
Tints of Laurel #5F9B63
RGB
CMYK
RGB Variations
Color information
#5F9B63 (or 0x5F9B63) is known color: Laurel. HEX triplet: 5F, 9B and 63. RGB value is (95,155,99). Sum of RGB (Red+Green+Blue) = 95+155+99=349 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.22% from 349); Green value is 155 (60.94% from 255 or 44.41% from 349); Blue value is 99 (39.06% from 255 or 28.37% from 349); Max value from RGB is 155 - color contains mainly: green. Hex color #5F9B63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9B63 is #A0649C. Grayscale: #828282. Windows color (decimal): -10511517 or 6527839. OLE color: 6527839.
HSL color Cylindrical-coordinate representation of color #5F9B63: hue angle of 124º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F9B63 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 95 | 155 | 99 | - |
| CMYK | 0.39 | 0 | 0.36 | 0.39 |
| HSL | 124º | 0.24% | 0.49% | - |
| HSV(B) | 124º | 0.39% | 0.61% | - |
| XYZ | 18.69 | 26.78 | 15.99 | - |
| YUV | 130.68 | 110.12 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 155 | 99 | 0.39 | 0 | 0.36 | 0.39 | 124 | 0.24 | 0.49 |
| Hex | 5F | 9B | 63 | 27 | 0 | 24 | 27 | 7C | 18 | 31 |
| Octal | 137 | 233 | 143 | 47 | 0 | 44 | 47 | 174 | 30 | 61 |
| Binary | 1011111 | 10011011 | 1100011 | 100111 | 0 | 100100 | 100111 | 1111100 | 11000 | 110001 |
Color Harmonies of #5F9B63
Complementary color
Monochromatic Colors of #5F9B63
Black with #5F9B63
Text Example
Text Example
White with #5F9B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9B63; }
p { color: rgb(95,155,99); }
H1.HeaderClassName
{
color: #5F9B63;
}
.AnyTagClassName
{
color: #5F9B63;
}
</style>
background-color css
<style>
a { background-color: #5F9B63; }
a { background-color: rgb(95,155,99); }
div.DivClassName
{
background-color: #5F9B63;
}
.BgClassName
{
background-color: #5F9B63;
}
</style>
border-color css
<style>
span { border-color: #5F9B63; }
span { border-color: rgb(95,155,99); }
td.TdClassName
{
border-color: #5F9B63;
}
.TagClassName
{
border-color: #5F9B63;
}
</style>