Shades of Laurel #65996B
Tints of Laurel #65996B
RGB
CMYK
RGB Variations
Color information
#65996B (or 0x65996B) is known color: Laurel. HEX triplet: 65, 99 and 6B. RGB value is (101,153,107). Sum of RGB (Red+Green+Blue) = 101+153+107=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 153 - color contains mainly: green. Hex color #65996B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65996B is #9A6694. Grayscale: #848484. Windows color (decimal): -10118805 or 7051621. OLE color: 7051621.
HSL color Cylindrical-coordinate representation of color #65996B: hue angle of 126.92º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #65996B is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 153 | 107 | - |
| CMYK | 0.34 | 0 | 0.30 | 0.4 |
| HSL | 126.92º | 0.2% | 0.5% | - |
| HSV(B) | 126.92º | 0.34% | 0.6% | - |
| XYZ | 19.41 | 26.61 | 18.02 | - |
| YUV | 132.21 | 113.77 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 153 | 107 | 0.34 | 0 | 0.30 | 0.4 | 126.92 | 0.2 | 0.5 |
| Hex | 65 | 99 | 6B | 22 | 0 | 1E | 28 | 7F | 14 | 32 |
| Octal | 145 | 231 | 153 | 42 | 0 | 36 | 50 | 177 | 24 | 62 |
| Binary | 1100101 | 10011001 | 1101011 | 100010 | 0 | 11110 | 101000 | 1111111 | 10100 | 110010 |
Color Harmonies of #65996B
Complementary color
Monochromatic Colors of #65996B
Black with #65996B
Text Example
Text Example
White with #65996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65996B; }
p { color: rgb(101,153,107); }
H1.HeaderClassName
{
color: #65996B;
}
.AnyTagClassName
{
color: #65996B;
}
</style>
background-color css
<style>
a { background-color: #65996B; }
a { background-color: rgb(101,153,107); }
div.DivClassName
{
background-color: #65996B;
}
.BgClassName
{
background-color: #65996B;
}
</style>
border-color css
<style>
span { border-color: #65996B; }
span { border-color: rgb(101,153,107); }
td.TdClassName
{
border-color: #65996B;
}
.TagClassName
{
border-color: #65996B;
}
</style>