Shades of Laurel #5F9367
Tints of Laurel #5F9367
RGB
CMYK
RGB Variations
Color information
#5F9367 (or 0x5F9367) is known color: Laurel. HEX triplet: 5F, 93 and 67. RGB value is (95,147,103). Sum of RGB (Red+Green+Blue) = 95+147+103=345 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.54% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 147 - color contains mainly: green. Hex color #5F9367 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9367 is #A06C98. Grayscale: #7E7E7E. Windows color (decimal): -10513561 or 6787935. OLE color: 6787935.
HSL color Cylindrical-coordinate representation of color #5F9367: hue angle of 129.23º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F9367 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 95 | 147 | 103 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.42 |
| HSL | 129.23º | 0.21% | 0.47% | - |
| HSV(B) | 129.23º | 0.35% | 0.58% | - |
| XYZ | 17.6 | 24.28 | 16.59 | - |
| YUV | 126.44 | 114.77 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 147 | 103 | 0.35 | 0 | 0.30 | 0.42 | 129.23 | 0.21 | 0.47 |
| Hex | 5F | 93 | 67 | 23 | 0 | 1E | 2A | 81 | 15 | 2F |
| Octal | 137 | 223 | 147 | 43 | 0 | 36 | 52 | 201 | 25 | 57 |
| Binary | 1011111 | 10010011 | 1100111 | 100011 | 0 | 11110 | 101010 | 10000001 | 10101 | 101111 |
Color Harmonies of #5F9367
Complementary color
Monochromatic Colors of #5F9367
Black with #5F9367
Text Example
Text Example
White with #5F9367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9367; }
p { color: rgb(95,147,103); }
H1.HeaderClassName
{
color: #5F9367;
}
.AnyTagClassName
{
color: #5F9367;
}
</style>
background-color css
<style>
a { background-color: #5F9367; }
a { background-color: rgb(95,147,103); }
div.DivClassName
{
background-color: #5F9367;
}
.BgClassName
{
background-color: #5F9367;
}
</style>
border-color css
<style>
span { border-color: #5F9367; }
span { border-color: rgb(95,147,103); }
td.TdClassName
{
border-color: #5F9367;
}
.TagClassName
{
border-color: #5F9367;
}
</style>