Shades of Laurel #5B9966
Tints of Laurel #5B9966
RGB
CMYK
RGB Variations
Color information
#5B9966 (or 0x5B9966) is known color: Laurel. HEX triplet: 5B, 99 and 66. RGB value is (91,153,102). Sum of RGB (Red+Green+Blue) = 91+153+102=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 153 - color contains mainly: green. Hex color #5B9966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9966 is #A46699. Grayscale: #808080. Windows color (decimal): -10774170 or 6723931. OLE color: 6723931.
HSL color Cylindrical-coordinate representation of color #5B9966: hue angle of 130.65º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B9966 is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 91 | 153 | 102 | - |
| CMYK | 0.41 | 0 | 0.33 | 0.4 |
| HSL | 130.65º | 0.25% | 0.48% | - |
| HSV(B) | 130.65º | 0.41% | 0.6% | - |
| XYZ | 18.1 | 25.97 | 16.63 | - |
| YUV | 128.65 | 112.96 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 153 | 102 | 0.41 | 0 | 0.33 | 0.4 | 130.65 | 0.25 | 0.48 |
| Hex | 5B | 99 | 66 | 29 | 0 | 21 | 28 | 83 | 19 | 30 |
| Octal | 133 | 231 | 146 | 51 | 0 | 41 | 50 | 203 | 31 | 60 |
| Binary | 1011011 | 10011001 | 1100110 | 101001 | 0 | 100001 | 101000 | 10000011 | 11001 | 110000 |
Color Harmonies of #5B9966
Complementary color
Monochromatic Colors of #5B9966
Black with #5B9966
Text Example
Text Example
White with #5B9966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9966; }
p { color: rgb(91,153,102); }
H1.HeaderClassName
{
color: #5B9966;
}
.AnyTagClassName
{
color: #5B9966;
}
</style>
background-color css
<style>
a { background-color: #5B9966; }
a { background-color: rgb(91,153,102); }
div.DivClassName
{
background-color: #5B9966;
}
.BgClassName
{
background-color: #5B9966;
}
</style>
border-color css
<style>
span { border-color: #5B9966; }
span { border-color: rgb(91,153,102); }
td.TdClassName
{
border-color: #5B9966;
}
.TagClassName
{
border-color: #5B9966;
}
</style>