Shades of Laurel #5F8C69
Tints of Laurel #5F8C69
RGB
CMYK
RGB Variations
Color information
#5F8C69 (or 0x5F8C69) is known color: Laurel. HEX triplet: 5F, 8C and 69. RGB value is (95,140,105). Sum of RGB (Red+Green+Blue) = 95+140+105=340 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.94% from 340); Green value is 140 (55.08% from 255 or 41.18% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 140 - color contains mainly: green. Hex color #5F8C69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8C69 is #A07396. Grayscale: #7A7A7A. Windows color (decimal): -10515351 or 6917215. OLE color: 6917215.
HSL color Cylindrical-coordinate representation of color #5F8C69: hue angle of 133.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F8C69 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 140 | 105 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.45 |
| HSL | 133.33º | 0.19% | 0.46% | - |
| HSV(B) | 133.33º | 0.32% | 0.55% | - |
| XYZ | 16.65 | 22.21 | 16.77 | - |
| YUV | 122.56 | 118.09 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 140 | 105 | 0.32 | 0 | 0.25 | 0.45 | 133.33 | 0.19 | 0.46 |
| Hex | 5F | 8C | 69 | 20 | 0 | 19 | 2D | 85 | 13 | 2E |
| Octal | 137 | 214 | 151 | 40 | 0 | 31 | 55 | 205 | 23 | 56 |
| Binary | 1011111 | 10001100 | 1101001 | 100000 | 0 | 11001 | 101101 | 10000101 | 10011 | 101110 |
Color Harmonies of #5F8C69
Complementary color
Monochromatic Colors of #5F8C69
Black with #5F8C69
Text Example
Text Example
White with #5F8C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8C69; }
p { color: rgb(95,140,105); }
H1.HeaderClassName
{
color: #5F8C69;
}
.AnyTagClassName
{
color: #5F8C69;
}
</style>
background-color css
<style>
a { background-color: #5F8C69; }
a { background-color: rgb(95,140,105); }
div.DivClassName
{
background-color: #5F8C69;
}
.BgClassName
{
background-color: #5F8C69;
}
</style>
border-color css
<style>
span { border-color: #5F8C69; }
span { border-color: rgb(95,140,105); }
td.TdClassName
{
border-color: #5F8C69;
}
.TagClassName
{
border-color: #5F8C69;
}
</style>