Shades of Laurel #65986D
Tints of Laurel #65986D
RGB
CMYK
RGB Variations
Color information
#65986D (or 0x65986D) is known color: Laurel. HEX triplet: 65, 98 and 6D. RGB value is (101,152,109). Sum of RGB (Red+Green+Blue) = 101+152+109=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 152 - color contains mainly: green. Hex color #65986D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65986D is #9A6792. Grayscale: #838383. Windows color (decimal): -10119059 or 7182437. OLE color: 7182437.
HSL color Cylindrical-coordinate representation of color #65986D: hue angle of 129.41º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #65986D is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 101 | 152 | 109 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.40 |
| HSL | 129.41º | 0.2% | 0.5% | - |
| HSV(B) | 129.41º | 0.34% | 0.6% | - |
| XYZ | 19.36 | 26.33 | 18.53 | - |
| YUV | 131.85 | 115.1 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 152 | 109 | 0.34 | 0 | 0.28 | 0.40 | 129.41 | 0.2 | 0.5 |
| Hex | 65 | 98 | 6D | 22 | 0 | 1C | 28 | 81 | 14 | 32 |
| Octal | 145 | 230 | 155 | 42 | 0 | 34 | 50 | 201 | 24 | 62 |
| Binary | 1100101 | 10011000 | 1101101 | 100010 | 0 | 11100 | 101000 | 10000001 | 10100 | 110010 |
Color Harmonies of #65986D
Complementary color
Monochromatic Colors of #65986D
Black with #65986D
Text Example
Text Example
White with #65986D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65986D; }
p { color: rgb(101,152,109); }
H1.HeaderClassName
{
color: #65986D;
}
.AnyTagClassName
{
color: #65986D;
}
</style>
background-color css
<style>
a { background-color: #65986D; }
a { background-color: rgb(101,152,109); }
div.DivClassName
{
background-color: #65986D;
}
.BgClassName
{
background-color: #65986D;
}
</style>
border-color css
<style>
span { border-color: #65986D; }
span { border-color: rgb(101,152,109); }
td.TdClassName
{
border-color: #65986D;
}
.TagClassName
{
border-color: #65986D;
}
</style>