Shades of Laurel #65956D
Tints of Laurel #65956D
RGB
CMYK
RGB Variations
Color information
#65956D (or 0x65956D) is known color: Laurel. HEX triplet: 65, 95 and 6D. RGB value is (101,149,109). Sum of RGB (Red+Green+Blue) = 101+149+109=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 149 - color contains mainly: green. Hex color #65956D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65956D is #9A6A92. Grayscale: #828282. Windows color (decimal): -10119827 or 7181669. OLE color: 7181669.
HSL color Cylindrical-coordinate representation of color #65956D: hue angle of 130º 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 #65956D is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 149 | 109 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.42 |
| HSL | 130º | 0.19% | 0.49% | - |
| HSV(B) | 130º | 0.32% | 0.58% | - |
| XYZ | 18.87 | 25.37 | 18.37 | - |
| YUV | 130.09 | 116.1 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 149 | 109 | 0.32 | 0 | 0.27 | 0.42 | 130 | 0.19 | 0.49 |
| Hex | 65 | 95 | 6D | 20 | 0 | 1B | 2A | 82 | 13 | 31 |
| Octal | 145 | 225 | 155 | 40 | 0 | 33 | 52 | 202 | 23 | 61 |
| Binary | 1100101 | 10010101 | 1101101 | 100000 | 0 | 11011 | 101010 | 10000010 | 10011 | 110001 |
Color Harmonies of #65956D
Complementary color
Monochromatic Colors of #65956D
Black with #65956D
Text Example
Text Example
White with #65956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65956D; }
p { color: rgb(101,149,109); }
H1.HeaderClassName
{
color: #65956D;
}
.AnyTagClassName
{
color: #65956D;
}
</style>
background-color css
<style>
a { background-color: #65956D; }
a { background-color: rgb(101,149,109); }
div.DivClassName
{
background-color: #65956D;
}
.BgClassName
{
background-color: #65956D;
}
</style>
border-color css
<style>
span { border-color: #65956D; }
span { border-color: rgb(101,149,109); }
td.TdClassName
{
border-color: #65956D;
}
.TagClassName
{
border-color: #65956D;
}
</style>