Shades of Laurel #65946C
Tints of Laurel #65946C
RGB
CMYK
RGB Variations
Color information
#65946C (or 0x65946C) is known color: Laurel. HEX triplet: 65, 94 and 6C. RGB value is (101,148,108). Sum of RGB (Red+Green+Blue) = 101+148+108=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 148 - color contains mainly: green. Hex color #65946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65946C is #9A6B93. Grayscale: #818181. Windows color (decimal): -10120084 or 7115877. OLE color: 7115877.
HSL color Cylindrical-coordinate representation of color #65946C: hue angle of 128.94º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #65946C is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 148 | 108 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.42 |
| HSL | 128.94º | 0.19% | 0.49% | - |
| HSV(B) | 128.94º | 0.32% | 0.58% | - |
| XYZ | 18.66 | 25.03 | 18.03 | - |
| YUV | 129.39 | 115.93 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 148 | 108 | 0.32 | 0 | 0.27 | 0.42 | 128.94 | 0.19 | 0.49 |
| Hex | 65 | 94 | 6C | 20 | 0 | 1B | 2A | 81 | 13 | 31 |
| Octal | 145 | 224 | 154 | 40 | 0 | 33 | 52 | 201 | 23 | 61 |
| Binary | 1100101 | 10010100 | 1101100 | 100000 | 0 | 11011 | 101010 | 10000001 | 10011 | 110001 |
Color Harmonies of #65946C
Complementary color
Monochromatic Colors of #65946C
Black with #65946C
Text Example
Text Example
White with #65946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65946C; }
p { color: rgb(101,148,108); }
H1.HeaderClassName
{
color: #65946C;
}
.AnyTagClassName
{
color: #65946C;
}
</style>
background-color css
<style>
a { background-color: #65946C; }
a { background-color: rgb(101,148,108); }
div.DivClassName
{
background-color: #65946C;
}
.BgClassName
{
background-color: #65946C;
}
</style>
border-color css
<style>
span { border-color: #65946C; }
span { border-color: rgb(101,148,108); }
td.TdClassName
{
border-color: #65946C;
}
.TagClassName
{
border-color: #65946C;
}
</style>