Shades of Laurel #65936C
Tints of Laurel #65936C
RGB
CMYK
RGB Variations
Color information
#65936C (or 0x65936C) is known color: Laurel. HEX triplet: 65, 93 and 6C. RGB value is (101,147,108). Sum of RGB (Red+Green+Blue) = 101+147+108=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 147 - color contains mainly: green. Hex color #65936C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65936C is #9A6C93. Grayscale: #808080. Windows color (decimal): -10120340 or 7115621. OLE color: 7115621.
HSL color Cylindrical-coordinate representation of color #65936C: hue angle of 129.13º 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 #65936C is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 147 | 108 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.42 |
| HSL | 129.13º | 0.19% | 0.49% | - |
| HSV(B) | 129.13º | 0.31% | 0.58% | - |
| XYZ | 18.51 | 24.72 | 17.98 | - |
| YUV | 128.8 | 116.26 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 147 | 108 | 0.31 | 0 | 0.27 | 0.42 | 129.13 | 0.19 | 0.49 |
| Hex | 65 | 93 | 6C | 1F | 0 | 1B | 2A | 81 | 13 | 31 |
| Octal | 145 | 223 | 154 | 37 | 0 | 33 | 52 | 201 | 23 | 61 |
| Binary | 1100101 | 10010011 | 1101100 | 11111 | 0 | 11011 | 101010 | 10000001 | 10011 | 110001 |
Color Harmonies of #65936C
Complementary color
Monochromatic Colors of #65936C
Black with #65936C
Text Example
Text Example
White with #65936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65936C; }
p { color: rgb(101,147,108); }
H1.HeaderClassName
{
color: #65936C;
}
.AnyTagClassName
{
color: #65936C;
}
</style>
background-color css
<style>
a { background-color: #65936C; }
a { background-color: rgb(101,147,108); }
div.DivClassName
{
background-color: #65936C;
}
.BgClassName
{
background-color: #65936C;
}
</style>
border-color css
<style>
span { border-color: #65936C; }
span { border-color: rgb(101,147,108); }
td.TdClassName
{
border-color: #65936C;
}
.TagClassName
{
border-color: #65936C;
}
</style>