Shades of Laurel #65886E
Tints of Laurel #65886E
RGB
CMYK
RGB Variations
Color information
#65886E (or 0x65886E) is known color: Laurel. HEX triplet: 65, 88 and 6E. RGB value is (101,136,110). Sum of RGB (Red+Green+Blue) = 101+136+110=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 136 - color contains mainly: green. Hex color #65886E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65886E is #9A7791. Grayscale: #7A7A7A. Windows color (decimal): -10123154 or 7243877. OLE color: 7243877.
HSL color Cylindrical-coordinate representation of color #65886E: hue angle of 135.43º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #65886E is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 136 | 110 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.47 |
| HSL | 135.43º | 0.15% | 0.46% | - |
| HSV(B) | 135.43º | 0.26% | 0.53% | - |
| XYZ | 16.99 | 21.5 | 18.01 | - |
| YUV | 122.57 | 120.9 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 136 | 110 | 0.26 | 0 | 0.19 | 0.47 | 135.43 | 0.15 | 0.46 |
| Hex | 65 | 88 | 6E | 1A | 0 | 13 | 2F | 87 | F | 2E |
| Octal | 145 | 210 | 156 | 32 | 0 | 23 | 57 | 207 | 17 | 56 |
| Binary | 1100101 | 10001000 | 1101110 | 11010 | 0 | 10011 | 101111 | 10000111 | 1111 | 101110 |
Color Harmonies of #65886E
Complementary color
Monochromatic Colors of #65886E
Black with #65886E
Text Example
Text Example
White with #65886E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65886E; }
p { color: rgb(101,136,110); }
H1.HeaderClassName
{
color: #65886E;
}
.AnyTagClassName
{
color: #65886E;
}
</style>
background-color css
<style>
a { background-color: #65886E; }
a { background-color: rgb(101,136,110); }
div.DivClassName
{
background-color: #65886E;
}
.BgClassName
{
background-color: #65886E;
}
</style>
border-color css
<style>
span { border-color: #65886E; }
span { border-color: rgb(101,136,110); }
td.TdClassName
{
border-color: #65886E;
}
.TagClassName
{
border-color: #65886E;
}
</style>