Shades of Laurel #5F9665
Tints of Laurel #5F9665
RGB
CMYK
RGB Variations
Color information
#5F9665 (or 0x5F9665) is known color: Laurel. HEX triplet: 5F, 96 and 65. RGB value is (95,150,101). Sum of RGB (Red+Green+Blue) = 95+150+101=346 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.46% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 150 - color contains mainly: green. Hex color #5F9665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9665 is #A0699A. Grayscale: #808080. Windows color (decimal): -10512795 or 6657631. OLE color: 6657631.
HSL color Cylindrical-coordinate representation of color #5F9665: hue angle of 126.55º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5F9665 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 95 | 150 | 101 | - |
| CMYK | 0.37 | 0 | 0.33 | 0.41 |
| HSL | 126.55º | 0.22% | 0.48% | - |
| HSV(B) | 126.55º | 0.37% | 0.59% | - |
| XYZ | 17.97 | 25.19 | 16.23 | - |
| YUV | 127.97 | 112.78 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 150 | 101 | 0.37 | 0 | 0.33 | 0.41 | 126.55 | 0.22 | 0.48 |
| Hex | 5F | 96 | 65 | 25 | 0 | 21 | 29 | 7F | 16 | 30 |
| Octal | 137 | 226 | 145 | 45 | 0 | 41 | 51 | 177 | 26 | 60 |
| Binary | 1011111 | 10010110 | 1100101 | 100101 | 0 | 100001 | 101001 | 1111111 | 10110 | 110000 |
Color Harmonies of #5F9665
Complementary color
Monochromatic Colors of #5F9665
Black with #5F9665
Text Example
Text Example
White with #5F9665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9665; }
p { color: rgb(95,150,101); }
H1.HeaderClassName
{
color: #5F9665;
}
.AnyTagClassName
{
color: #5F9665;
}
</style>
background-color css
<style>
a { background-color: #5F9665; }
a { background-color: rgb(95,150,101); }
div.DivClassName
{
background-color: #5F9665;
}
.BgClassName
{
background-color: #5F9665;
}
</style>
border-color css
<style>
span { border-color: #5F9665; }
span { border-color: rgb(95,150,101); }
td.TdClassName
{
border-color: #5F9665;
}
.TagClassName
{
border-color: #5F9665;
}
</style>