Shades of Laurel #5F8A65
Tints of Laurel #5F8A65
RGB
CMYK
RGB Variations
Color information
#5F8A65 (or 0x5F8A65) is known color: Laurel. HEX triplet: 5F, 8A and 65. RGB value is (95,138,101). Sum of RGB (Red+Green+Blue) = 95+138+101=334 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.44% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 138 - color contains mainly: green. Hex color #5F8A65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8A65 is #A0759A. Grayscale: #797979. Windows color (decimal): -10515867 or 6654559. OLE color: 6654559.
HSL color Cylindrical-coordinate representation of color #5F8A65: hue angle of 128.37º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5F8A65 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 95 | 138 | 101 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.46 |
| HSL | 128.37º | 0.18% | 0.46% | - |
| HSV(B) | 128.37º | 0.31% | 0.54% | - |
| XYZ | 16.16 | 21.55 | 15.62 | - |
| YUV | 120.93 | 116.75 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 138 | 101 | 0.31 | 0 | 0.27 | 0.46 | 128.37 | 0.18 | 0.46 |
| Hex | 5F | 8A | 65 | 1F | 0 | 1B | 2E | 80 | 12 | 2E |
| Octal | 137 | 212 | 145 | 37 | 0 | 33 | 56 | 200 | 22 | 56 |
| Binary | 1011111 | 10001010 | 1100101 | 11111 | 0 | 11011 | 101110 | 10000000 | 10010 | 101110 |
Color Harmonies of #5F8A65
Complementary color
Monochromatic Colors of #5F8A65
Black with #5F8A65
Text Example
Text Example
White with #5F8A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8A65; }
p { color: rgb(95,138,101); }
H1.HeaderClassName
{
color: #5F8A65;
}
.AnyTagClassName
{
color: #5F8A65;
}
</style>
background-color css
<style>
a { background-color: #5F8A65; }
a { background-color: rgb(95,138,101); }
div.DivClassName
{
background-color: #5F8A65;
}
.BgClassName
{
background-color: #5F8A65;
}
</style>
border-color css
<style>
span { border-color: #5F8A65; }
span { border-color: rgb(95,138,101); }
td.TdClassName
{
border-color: #5F8A65;
}
.TagClassName
{
border-color: #5F8A65;
}
</style>