Shades of Laurel #65906D
Tints of Laurel #65906D
RGB
CMYK
RGB Variations
Color information
#65906D (or 0x65906D) is known color: Laurel. HEX triplet: 65, 90 and 6D. RGB value is (101,144,109). Sum of RGB (Red+Green+Blue) = 101+144+109=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 144 - color contains mainly: green. Hex color #65906D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65906D is #9A6F92. Grayscale: #7F7F7F. Windows color (decimal): -10121107 or 7180389. OLE color: 7180389.
HSL color Cylindrical-coordinate representation of color #65906D: hue angle of 131.16º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #65906D is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 144 | 109 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.44 |
| HSL | 131.16º | 0.18% | 0.48% | - |
| HSV(B) | 131.16º | 0.3% | 0.56% | - |
| XYZ | 18.1 | 23.82 | 18.11 | - |
| YUV | 127.15 | 117.75 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 144 | 109 | 0.30 | 0 | 0.24 | 0.44 | 131.16 | 0.18 | 0.48 |
| Hex | 65 | 90 | 6D | 1E | 0 | 18 | 2C | 83 | 12 | 30 |
| Octal | 145 | 220 | 155 | 36 | 0 | 30 | 54 | 203 | 22 | 60 |
| Binary | 1100101 | 10010000 | 1101101 | 11110 | 0 | 11000 | 101100 | 10000011 | 10010 | 110000 |
Color Harmonies of #65906D
Complementary color
Monochromatic Colors of #65906D
Black with #65906D
Text Example
Text Example
White with #65906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65906D; }
p { color: rgb(101,144,109); }
H1.HeaderClassName
{
color: #65906D;
}
.AnyTagClassName
{
color: #65906D;
}
</style>
background-color css
<style>
a { background-color: #65906D; }
a { background-color: rgb(101,144,109); }
div.DivClassName
{
background-color: #65906D;
}
.BgClassName
{
background-color: #65906D;
}
</style>
border-color css
<style>
span { border-color: #65906D; }
span { border-color: rgb(101,144,109); }
td.TdClassName
{
border-color: #65906D;
}
.TagClassName
{
border-color: #65906D;
}
</style>