Shades of Laurel #65896B
Tints of Laurel #65896B
RGB
CMYK
RGB Variations
Color information
#65896B (or 0x65896B) is known color: Laurel. HEX triplet: 65, 89 and 6B. RGB value is (101,137,107). Sum of RGB (Red+Green+Blue) = 101+137+107=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 137 - color contains mainly: green. Hex color #65896B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65896B is #9A7694. Grayscale: #7A7A7A. Windows color (decimal): -10122901 or 7047525. OLE color: 7047525.
HSL color Cylindrical-coordinate representation of color #65896B: hue angle of 130º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #65896B is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 137 | 107 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.46 |
| HSL | 130º | 0.15% | 0.47% | - |
| HSV(B) | 130º | 0.26% | 0.54% | - |
| XYZ | 16.97 | 21.72 | 17.21 | - |
| YUV | 122.82 | 119.07 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 137 | 107 | 0.26 | 0 | 0.22 | 0.46 | 130 | 0.15 | 0.47 |
| Hex | 65 | 89 | 6B | 1A | 0 | 16 | 2E | 82 | F | 2F |
| Octal | 145 | 211 | 153 | 32 | 0 | 26 | 56 | 202 | 17 | 57 |
| Binary | 1100101 | 10001001 | 1101011 | 11010 | 0 | 10110 | 101110 | 10000010 | 1111 | 101111 |
Color Harmonies of #65896B
Complementary color
Monochromatic Colors of #65896B
Black with #65896B
Text Example
Text Example
White with #65896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65896B; }
p { color: rgb(101,137,107); }
H1.HeaderClassName
{
color: #65896B;
}
.AnyTagClassName
{
color: #65896B;
}
</style>
background-color css
<style>
a { background-color: #65896B; }
a { background-color: rgb(101,137,107); }
div.DivClassName
{
background-color: #65896B;
}
.BgClassName
{
background-color: #65896B;
}
</style>
border-color css
<style>
span { border-color: #65896B; }
span { border-color: rgb(101,137,107); }
td.TdClassName
{
border-color: #65896B;
}
.TagClassName
{
border-color: #65896B;
}
</style>