Shades of Laurel #619E64
Tints of Laurel #619E64
RGB
CMYK
RGB Variations
Color information
#619E64 (or 0x619E64) is known color: Laurel. HEX triplet: 61, 9E and 64. RGB value is (97,158,100). Sum of RGB (Red+Green+Blue) = 97+158+100=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 158 (62.11% from 255 or 44.51% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 158 - color contains mainly: green. Hex color #619E64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619E64 is #9E619B. Grayscale: #858585. Windows color (decimal): -10379676 or 6594145. OLE color: 6594145.
HSL color Cylindrical-coordinate representation of color #619E64: hue angle of 122.95º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #619E64 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 158 | 100 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.38 |
| HSL | 122.95º | 0.24% | 0.5% | - |
| HSV(B) | 122.95º | 0.39% | 0.62% | - |
| XYZ | 19.46 | 27.92 | 16.42 | - |
| YUV | 133.15 | 109.29 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 158 | 100 | 0.39 | 0 | 0.37 | 0.38 | 122.95 | 0.24 | 0.5 |
| Hex | 61 | 9E | 64 | 27 | 0 | 25 | 26 | 7B | 18 | 32 |
| Octal | 141 | 236 | 144 | 47 | 0 | 45 | 46 | 173 | 30 | 62 |
| Binary | 1100001 | 10011110 | 1100100 | 100111 | 0 | 100101 | 100110 | 1111011 | 11000 | 110010 |
Color Harmonies of #619E64
Complementary color
Monochromatic Colors of #619E64
Black with #619E64
Text Example
Text Example
White with #619E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619E64; }
p { color: rgb(97,158,100); }
H1.HeaderClassName
{
color: #619E64;
}
.AnyTagClassName
{
color: #619E64;
}
</style>
background-color css
<style>
a { background-color: #619E64; }
a { background-color: rgb(97,158,100); }
div.DivClassName
{
background-color: #619E64;
}
.BgClassName
{
background-color: #619E64;
}
</style>
border-color css
<style>
span { border-color: #619E64; }
span { border-color: rgb(97,158,100); }
td.TdClassName
{
border-color: #619E64;
}
.TagClassName
{
border-color: #619E64;
}
</style>