Shades of Laurel #65936B
Tints of Laurel #65936B
RGB
CMYK
RGB Variations
Color information
#65936B (or 0x65936B) is known color: Laurel. HEX triplet: 65, 93 and 6B. RGB value is (101,147,107). Sum of RGB (Red+Green+Blue) = 101+147+107=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 147 - color contains mainly: green. Hex color #65936B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65936B is #9A6C94. Grayscale: #808080. Windows color (decimal): -10120341 or 7050085. OLE color: 7050085.
HSL color Cylindrical-coordinate representation of color #65936B: hue angle of 127.83º 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 #65936B is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 147 | 107 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.42 |
| HSL | 127.83º | 0.19% | 0.49% | - |
| HSV(B) | 127.83º | 0.31% | 0.58% | - |
| XYZ | 18.45 | 24.7 | 17.7 | - |
| YUV | 128.69 | 115.76 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 147 | 107 | 0.31 | 0 | 0.27 | 0.42 | 127.83 | 0.19 | 0.49 |
| Hex | 65 | 93 | 6B | 1F | 0 | 1B | 2A | 80 | 13 | 31 |
| Octal | 145 | 223 | 153 | 37 | 0 | 33 | 52 | 200 | 23 | 61 |
| Binary | 1100101 | 10010011 | 1101011 | 11111 | 0 | 11011 | 101010 | 10000000 | 10011 | 110001 |
Color Harmonies of #65936B
Complementary color
Monochromatic Colors of #65936B
Black with #65936B
Text Example
Text Example
White with #65936B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65936B; }
p { color: rgb(101,147,107); }
H1.HeaderClassName
{
color: #65936B;
}
.AnyTagClassName
{
color: #65936B;
}
</style>
background-color css
<style>
a { background-color: #65936B; }
a { background-color: rgb(101,147,107); }
div.DivClassName
{
background-color: #65936B;
}
.BgClassName
{
background-color: #65936B;
}
</style>
border-color css
<style>
span { border-color: #65936B; }
span { border-color: rgb(101,147,107); }
td.TdClassName
{
border-color: #65936B;
}
.TagClassName
{
border-color: #65936B;
}
</style>