Shades of Laurel #65956B
Tints of Laurel #65956B
RGB
CMYK
RGB Variations
Color information
#65956B (or 0x65956B) is known color: Laurel. HEX triplet: 65, 95 and 6B. RGB value is (101,149,107). Sum of RGB (Red+Green+Blue) = 101+149+107=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 149 - color contains mainly: green. Hex color #65956B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65956B is #9A6A94. Grayscale: #818181. Windows color (decimal): -10119829 or 7050597. OLE color: 7050597.
HSL color Cylindrical-coordinate representation of color #65956B: hue angle of 127.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #65956B is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 149 | 107 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.42 |
| HSL | 127.5º | 0.19% | 0.49% | - |
| HSV(B) | 127.5º | 0.32% | 0.58% | - |
| XYZ | 18.77 | 25.32 | 17.81 | - |
| YUV | 129.86 | 115.1 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 149 | 107 | 0.32 | 0 | 0.28 | 0.42 | 127.5 | 0.19 | 0.49 |
| Hex | 65 | 95 | 6B | 20 | 0 | 1C | 2A | 80 | 13 | 31 |
| Octal | 145 | 225 | 153 | 40 | 0 | 34 | 52 | 200 | 23 | 61 |
| Binary | 1100101 | 10010101 | 1101011 | 100000 | 0 | 11100 | 101010 | 10000000 | 10011 | 110001 |
Color Harmonies of #65956B
Complementary color
Monochromatic Colors of #65956B
Black with #65956B
Text Example
Text Example
White with #65956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65956B; }
p { color: rgb(101,149,107); }
H1.HeaderClassName
{
color: #65956B;
}
.AnyTagClassName
{
color: #65956B;
}
</style>
background-color css
<style>
a { background-color: #65956B; }
a { background-color: rgb(101,149,107); }
div.DivClassName
{
background-color: #65956B;
}
.BgClassName
{
background-color: #65956B;
}
</style>
border-color css
<style>
span { border-color: #65956B; }
span { border-color: rgb(101,149,107); }
td.TdClassName
{
border-color: #65956B;
}
.TagClassName
{
border-color: #65956B;
}
</style>