Shades of Laurel #61896D
Tints of Laurel #61896D
RGB
CMYK
RGB Variations
Color information
#61896D (or 0x61896D) is known color: Laurel. HEX triplet: 61, 89 and 6D. RGB value is (97,137,109). Sum of RGB (Red+Green+Blue) = 97+137+109=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 137 - color contains mainly: green. Hex color #61896D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61896D is #9E7692. Grayscale: #797979. Windows color (decimal): -10385043 or 7178593. OLE color: 7178593.
HSL color Cylindrical-coordinate representation of color #61896D: hue angle of 138º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #61896D is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 97 | 137 | 109 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.46 |
| HSL | 138º | 0.17% | 0.46% | - |
| HSV(B) | 138º | 0.29% | 0.54% | - |
| XYZ | 16.64 | 21.54 | 17.75 | - |
| YUV | 121.85 | 120.75 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 137 | 109 | 0.29 | 0 | 0.20 | 0.46 | 138 | 0.17 | 0.46 |
| Hex | 61 | 89 | 6D | 1D | 0 | 14 | 2E | 8A | 11 | 2E |
| Octal | 141 | 211 | 155 | 35 | 0 | 24 | 56 | 212 | 21 | 56 |
| Binary | 1100001 | 10001001 | 1101101 | 11101 | 0 | 10100 | 101110 | 10001010 | 10001 | 101110 |
Color Harmonies of #61896D
Complementary color
Monochromatic Colors of #61896D
Black with #61896D
Text Example
Text Example
White with #61896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61896D; }
p { color: rgb(97,137,109); }
H1.HeaderClassName
{
color: #61896D;
}
.AnyTagClassName
{
color: #61896D;
}
</style>
background-color css
<style>
a { background-color: #61896D; }
a { background-color: rgb(97,137,109); }
div.DivClassName
{
background-color: #61896D;
}
.BgClassName
{
background-color: #61896D;
}
</style>
border-color css
<style>
span { border-color: #61896D; }
span { border-color: rgb(97,137,109); }
td.TdClassName
{
border-color: #61896D;
}
.TagClassName
{
border-color: #61896D;
}
</style>