Shades of Laurel #5F8465
Tints of Laurel #5F8465
RGB
CMYK
RGB Variations
Color information
#5F8465 (or 0x5F8465) is known color: Laurel. HEX triplet: 5F, 84 and 65. RGB value is (95,132,101). Sum of RGB (Red+Green+Blue) = 95+132+101=328 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.96% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 132 - color contains mainly: green. Hex color #5F8465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8465 is #A07B9A. Grayscale: #757575. Windows color (decimal): -10517403 or 6653023. OLE color: 6653023.
HSL color Cylindrical-coordinate representation of color #5F8465: hue angle of 129.73º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5F8465 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 95 | 132 | 101 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.48 |
| HSL | 129.73º | 0.16% | 0.45% | - |
| HSV(B) | 129.73º | 0.28% | 0.52% | - |
| XYZ | 15.32 | 19.88 | 15.34 | - |
| YUV | 117.4 | 118.74 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 132 | 101 | 0.28 | 0 | 0.23 | 0.48 | 129.73 | 0.16 | 0.45 |
| Hex | 5F | 84 | 65 | 1C | 0 | 17 | 30 | 82 | 10 | 2D |
| Octal | 137 | 204 | 145 | 34 | 0 | 27 | 60 | 202 | 20 | 55 |
| Binary | 1011111 | 10000100 | 1100101 | 11100 | 0 | 10111 | 110000 | 10000010 | 10000 | 101101 |
Color Harmonies of #5F8465
Complementary color
Monochromatic Colors of #5F8465
Black with #5F8465
Text Example
Text Example
White with #5F8465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8465; }
p { color: rgb(95,132,101); }
H1.HeaderClassName
{
color: #5F8465;
}
.AnyTagClassName
{
color: #5F8465;
}
</style>
background-color css
<style>
a { background-color: #5F8465; }
a { background-color: rgb(95,132,101); }
div.DivClassName
{
background-color: #5F8465;
}
.BgClassName
{
background-color: #5F8465;
}
</style>
border-color css
<style>
span { border-color: #5F8465; }
span { border-color: rgb(95,132,101); }
td.TdClassName
{
border-color: #5F8465;
}
.TagClassName
{
border-color: #5F8465;
}
</style>