Shades of Laurel #5B9268
Tints of Laurel #5B9268
RGB
CMYK
RGB Variations
Color information
#5B9268 (or 0x5B9268) is known color: Laurel. HEX triplet: 5B, 92 and 68. RGB value is (91,146,104). Sum of RGB (Red+Green+Blue) = 91+146+104=341 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.69% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 146 - color contains mainly: green. Hex color #5B9268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9268 is #A46D97. Grayscale: #7C7C7C. Windows color (decimal): -10775960 or 6853211. OLE color: 6853211.
HSL color Cylindrical-coordinate representation of color #5B9268: hue angle of 134.18º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B9268 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 91 | 146 | 104 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.43 |
| HSL | 134.18º | 0.23% | 0.46% | - |
| HSV(B) | 134.18º | 0.38% | 0.57% | - |
| XYZ | 17.09 | 23.78 | 16.79 | - |
| YUV | 124.77 | 116.28 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 146 | 104 | 0.38 | 0 | 0.29 | 0.43 | 134.18 | 0.23 | 0.46 |
| Hex | 5B | 92 | 68 | 26 | 0 | 1D | 2B | 86 | 17 | 2E |
| Octal | 133 | 222 | 150 | 46 | 0 | 35 | 53 | 206 | 27 | 56 |
| Binary | 1011011 | 10010010 | 1101000 | 100110 | 0 | 11101 | 101011 | 10000110 | 10111 | 101110 |
Color Harmonies of #5B9268
Complementary color
Monochromatic Colors of #5B9268
Black with #5B9268
Text Example
Text Example
White with #5B9268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9268; }
p { color: rgb(91,146,104); }
H1.HeaderClassName
{
color: #5B9268;
}
.AnyTagClassName
{
color: #5B9268;
}
</style>
background-color css
<style>
a { background-color: #5B9268; }
a { background-color: rgb(91,146,104); }
div.DivClassName
{
background-color: #5B9268;
}
.BgClassName
{
background-color: #5B9268;
}
</style>
border-color css
<style>
span { border-color: #5B9268; }
span { border-color: rgb(91,146,104); }
td.TdClassName
{
border-color: #5B9268;
}
.TagClassName
{
border-color: #5B9268;
}
</style>