Shades of Laurel #65936D
Tints of Laurel #65936D
RGB
CMYK
RGB Variations
Color information
#65936D (or 0x65936D) is known color: Laurel. HEX triplet: 65, 93 and 6D. RGB value is (101,147,109). Sum of RGB (Red+Green+Blue) = 101+147+109=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 147 - color contains mainly: green. Hex color #65936D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65936D is #9A6C92. Grayscale: #818181. Windows color (decimal): -10120339 or 7181157. OLE color: 7181157.
HSL color Cylindrical-coordinate representation of color #65936D: hue angle of 130.43º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #65936D is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 147 | 109 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.42 |
| HSL | 130.43º | 0.19% | 0.49% | - |
| HSV(B) | 130.43º | 0.31% | 0.58% | - |
| XYZ | 18.56 | 24.74 | 18.26 | - |
| YUV | 128.91 | 116.76 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 147 | 109 | 0.31 | 0 | 0.26 | 0.42 | 130.43 | 0.19 | 0.49 |
| Hex | 65 | 93 | 6D | 1F | 0 | 1A | 2A | 82 | 13 | 31 |
| Octal | 145 | 223 | 155 | 37 | 0 | 32 | 52 | 202 | 23 | 61 |
| Binary | 1100101 | 10010011 | 1101101 | 11111 | 0 | 11010 | 101010 | 10000010 | 10011 | 110001 |
Color Harmonies of #65936D
Complementary color
Monochromatic Colors of #65936D
Black with #65936D
Text Example
Text Example
White with #65936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65936D; }
p { color: rgb(101,147,109); }
H1.HeaderClassName
{
color: #65936D;
}
.AnyTagClassName
{
color: #65936D;
}
</style>
background-color css
<style>
a { background-color: #65936D; }
a { background-color: rgb(101,147,109); }
div.DivClassName
{
background-color: #65936D;
}
.BgClassName
{
background-color: #65936D;
}
</style>
border-color css
<style>
span { border-color: #65936D; }
span { border-color: rgb(101,147,109); }
td.TdClassName
{
border-color: #65936D;
}
.TagClassName
{
border-color: #65936D;
}
</style>