Shades of Laurel #5F9264
Tints of Laurel #5F9264
RGB
CMYK
RGB Variations
Color information
#5F9264 (or 0x5F9264) is known color: Laurel. HEX triplet: 5F, 92 and 64. RGB value is (95,146,100). Sum of RGB (Red+Green+Blue) = 95+146+100=341 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.86% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 146 - color contains mainly: green. Hex color #5F9264 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9264 is #A06D9B. Grayscale: #7D7D7D. Windows color (decimal): -10513820 or 6591071. OLE color: 6591071.
HSL color Cylindrical-coordinate representation of color #5F9264: hue angle of 125.88º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F9264 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 95 | 146 | 100 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.43 |
| HSL | 125.88º | 0.21% | 0.47% | - |
| HSV(B) | 125.88º | 0.35% | 0.57% | - |
| XYZ | 17.3 | 23.91 | 15.76 | - |
| YUV | 125.51 | 113.6 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 146 | 100 | 0.35 | 0 | 0.32 | 0.43 | 125.88 | 0.21 | 0.47 |
| Hex | 5F | 92 | 64 | 23 | 0 | 20 | 2B | 7E | 15 | 2F |
| Octal | 137 | 222 | 144 | 43 | 0 | 40 | 53 | 176 | 25 | 57 |
| Binary | 1011111 | 10010010 | 1100100 | 100011 | 0 | 100000 | 101011 | 1111110 | 10101 | 101111 |
Color Harmonies of #5F9264
Complementary color
Monochromatic Colors of #5F9264
Black with #5F9264
Text Example
Text Example
White with #5F9264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9264; }
p { color: rgb(95,146,100); }
H1.HeaderClassName
{
color: #5F9264;
}
.AnyTagClassName
{
color: #5F9264;
}
</style>
background-color css
<style>
a { background-color: #5F9264; }
a { background-color: rgb(95,146,100); }
div.DivClassName
{
background-color: #5F9264;
}
.BgClassName
{
background-color: #5F9264;
}
</style>
border-color css
<style>
span { border-color: #5F9264; }
span { border-color: rgb(95,146,100); }
td.TdClassName
{
border-color: #5F9264;
}
.TagClassName
{
border-color: #5F9264;
}
</style>