Shades of Laurel #61906C
Tints of Laurel #61906C
RGB
CMYK
RGB Variations
Color information
#61906C (or 0x61906C) is known color: Laurel. HEX triplet: 61, 90 and 6C. RGB value is (97,144,108). Sum of RGB (Red+Green+Blue) = 97+144+108=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 144 - color contains mainly: green. Hex color #61906C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61906C is #9E6F93. Grayscale: #7D7D7D. Windows color (decimal): -10383252 or 7114849. OLE color: 7114849.
HSL color Cylindrical-coordinate representation of color #61906C: hue angle of 134.04º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #61906C is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 144 | 108 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.44 |
| HSL | 134.04º | 0.2% | 0.47% | - |
| HSV(B) | 134.04º | 0.33% | 0.56% | - |
| XYZ | 17.61 | 23.57 | 17.81 | - |
| YUV | 125.84 | 117.93 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 144 | 108 | 0.33 | 0 | 0.25 | 0.44 | 134.04 | 0.2 | 0.47 |
| Hex | 61 | 90 | 6C | 21 | 0 | 19 | 2C | 86 | 14 | 2F |
| Octal | 141 | 220 | 154 | 41 | 0 | 31 | 54 | 206 | 24 | 57 |
| Binary | 1100001 | 10010000 | 1101100 | 100001 | 0 | 11001 | 101100 | 10000110 | 10100 | 101111 |
Color Harmonies of #61906C
Complementary color
Monochromatic Colors of #61906C
Black with #61906C
Text Example
Text Example
White with #61906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61906C; }
p { color: rgb(97,144,108); }
H1.HeaderClassName
{
color: #61906C;
}
.AnyTagClassName
{
color: #61906C;
}
</style>
background-color css
<style>
a { background-color: #61906C; }
a { background-color: rgb(97,144,108); }
div.DivClassName
{
background-color: #61906C;
}
.BgClassName
{
background-color: #61906C;
}
</style>
border-color css
<style>
span { border-color: #61906C; }
span { border-color: rgb(97,144,108); }
td.TdClassName
{
border-color: #61906C;
}
.TagClassName
{
border-color: #61906C;
}
</style>