Shades of Laurel #5F8A69
Tints of Laurel #5F8A69
RGB
CMYK
RGB Variations
Color information
#5F8A69 (or 0x5F8A69) is known color: Laurel. HEX triplet: 5F, 8A and 69. RGB value is (95,138,105). Sum of RGB (Red+Green+Blue) = 95+138+105=338 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.11% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 138 - color contains mainly: green. Hex color #5F8A69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8A69 is #A07596. Grayscale: #797979. Windows color (decimal): -10515863 or 6916703. OLE color: 6916703.
HSL color Cylindrical-coordinate representation of color #5F8A69: hue angle of 133.95º 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 #5F8A69 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 95 | 138 | 105 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.46 |
| HSL | 133.95º | 0.18% | 0.46% | - |
| HSV(B) | 133.95º | 0.31% | 0.54% | - |
| XYZ | 16.36 | 21.63 | 16.68 | - |
| YUV | 121.38 | 118.75 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 138 | 105 | 0.31 | 0 | 0.24 | 0.46 | 133.95 | 0.18 | 0.46 |
| Hex | 5F | 8A | 69 | 1F | 0 | 18 | 2E | 86 | 12 | 2E |
| Octal | 137 | 212 | 151 | 37 | 0 | 30 | 56 | 206 | 22 | 56 |
| Binary | 1011111 | 10001010 | 1101001 | 11111 | 0 | 11000 | 101110 | 10000110 | 10010 | 101110 |
Color Harmonies of #5F8A69
Complementary color
Monochromatic Colors of #5F8A69
Black with #5F8A69
Text Example
Text Example
White with #5F8A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8A69; }
p { color: rgb(95,138,105); }
H1.HeaderClassName
{
color: #5F8A69;
}
.AnyTagClassName
{
color: #5F8A69;
}
</style>
background-color css
<style>
a { background-color: #5F8A69; }
a { background-color: rgb(95,138,105); }
div.DivClassName
{
background-color: #5F8A69;
}
.BgClassName
{
background-color: #5F8A69;
}
</style>
border-color css
<style>
span { border-color: #5F8A69; }
span { border-color: rgb(95,138,105); }
td.TdClassName
{
border-color: #5F8A69;
}
.TagClassName
{
border-color: #5F8A69;
}
</style>