Shades of Laurel #619C64
Tints of Laurel #619C64
RGB
CMYK
RGB Variations
Color information
#619C64 (or 0x619C64) is known color: Laurel. HEX triplet: 61, 9C and 64. RGB value is (97,156,100). Sum of RGB (Red+Green+Blue) = 97+156+100=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 156 (61.33% from 255 or 44.19% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 156 - color contains mainly: green. Hex color #619C64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619C64 is #9E639B. Grayscale: #848484. Windows color (decimal): -10380188 or 6593633. OLE color: 6593633.
HSL color Cylindrical-coordinate representation of color #619C64: hue angle of 123.05º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #619C64 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 156 | 100 | - |
| CMYK | 0.38 | 0 | 0.36 | 0.39 |
| HSL | 123.05º | 0.23% | 0.5% | - |
| HSV(B) | 123.05º | 0.38% | 0.61% | - |
| XYZ | 19.12 | 27.24 | 16.31 | - |
| YUV | 131.98 | 109.95 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 156 | 100 | 0.38 | 0 | 0.36 | 0.39 | 123.05 | 0.23 | 0.5 |
| Hex | 61 | 9C | 64 | 26 | 0 | 24 | 27 | 7B | 17 | 32 |
| Octal | 141 | 234 | 144 | 46 | 0 | 44 | 47 | 173 | 27 | 62 |
| Binary | 1100001 | 10011100 | 1100100 | 100110 | 0 | 100100 | 100111 | 1111011 | 10111 | 110010 |
Color Harmonies of #619C64
Complementary color
Monochromatic Colors of #619C64
Black with #619C64
Text Example
Text Example
White with #619C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619C64; }
p { color: rgb(97,156,100); }
H1.HeaderClassName
{
color: #619C64;
}
.AnyTagClassName
{
color: #619C64;
}
</style>
background-color css
<style>
a { background-color: #619C64; }
a { background-color: rgb(97,156,100); }
div.DivClassName
{
background-color: #619C64;
}
.BgClassName
{
background-color: #619C64;
}
</style>
border-color css
<style>
span { border-color: #619C64; }
span { border-color: rgb(97,156,100); }
td.TdClassName
{
border-color: #619C64;
}
.TagClassName
{
border-color: #619C64;
}
</style>