Shades of Laurel #619166
Tints of Laurel #619166
RGB
CMYK
RGB Variations
Color information
#619166 (or 0x619166) is known color: Laurel. HEX triplet: 61, 91 and 66. RGB value is (97,145,102). Sum of RGB (Red+Green+Blue) = 97+145+102=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 145 - color contains mainly: green. Hex color #619166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619166 is #9E6E99. Grayscale: #7D7D7D. Windows color (decimal): -10383002 or 6721889. OLE color: 6721889.
HSL color Cylindrical-coordinate representation of color #619166: hue angle of 126.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #619166 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 97 | 145 | 102 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.43 |
| HSL | 126.25º | 0.2% | 0.47% | - |
| HSV(B) | 126.25º | 0.33% | 0.57% | - |
| XYZ | 17.45 | 23.75 | 16.23 | - |
| YUV | 125.75 | 114.6 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 145 | 102 | 0.33 | 0 | 0.30 | 0.43 | 126.25 | 0.2 | 0.47 |
| Hex | 61 | 91 | 66 | 21 | 0 | 1E | 2B | 7E | 14 | 2F |
| Octal | 141 | 221 | 146 | 41 | 0 | 36 | 53 | 176 | 24 | 57 |
| Binary | 1100001 | 10010001 | 1100110 | 100001 | 0 | 11110 | 101011 | 1111110 | 10100 | 101111 |
Color Harmonies of #619166
Complementary color
Monochromatic Colors of #619166
Black with #619166
Text Example
Text Example
White with #619166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619166; }
p { color: rgb(97,145,102); }
H1.HeaderClassName
{
color: #619166;
}
.AnyTagClassName
{
color: #619166;
}
</style>
background-color css
<style>
a { background-color: #619166; }
a { background-color: rgb(97,145,102); }
div.DivClassName
{
background-color: #619166;
}
.BgClassName
{
background-color: #619166;
}
</style>
border-color css
<style>
span { border-color: #619166; }
span { border-color: rgb(97,145,102); }
td.TdClassName
{
border-color: #619166;
}
.TagClassName
{
border-color: #619166;
}
</style>