Shades of Laurel #619D67
Tints of Laurel #619D67
RGB
CMYK
RGB Variations
Color information
#619D67 (or 0x619D67) is known color: Laurel. HEX triplet: 61, 9D and 67. RGB value is (97,157,103). Sum of RGB (Red+Green+Blue) = 97+157+103=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 157 (61.72% from 255 or 43.98% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 157 - color contains mainly: green. Hex color #619D67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619D67 is #9E6298. Grayscale: #858585. Windows color (decimal): -10379929 or 6790497. OLE color: 6790497.
HSL color Cylindrical-coordinate representation of color #619D67: hue angle of 126º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #619D67 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 157 | 103 | - |
| CMYK | 0.38 | 0 | 0.34 | 0.38 |
| HSL | 126º | 0.24% | 0.5% | - |
| HSV(B) | 126º | 0.38% | 0.62% | - |
| XYZ | 19.43 | 27.63 | 17.14 | - |
| YUV | 132.9 | 111.12 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 157 | 103 | 0.38 | 0 | 0.34 | 0.38 | 126 | 0.24 | 0.5 |
| Hex | 61 | 9D | 67 | 26 | 0 | 22 | 26 | 7E | 18 | 32 |
| Octal | 141 | 235 | 147 | 46 | 0 | 42 | 46 | 176 | 30 | 62 |
| Binary | 1100001 | 10011101 | 1100111 | 100110 | 0 | 100010 | 100110 | 1111110 | 11000 | 110010 |
Color Harmonies of #619D67
Complementary color
Monochromatic Colors of #619D67
Black with #619D67
Text Example
Text Example
White with #619D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619D67; }
p { color: rgb(97,157,103); }
H1.HeaderClassName
{
color: #619D67;
}
.AnyTagClassName
{
color: #619D67;
}
</style>
background-color css
<style>
a { background-color: #619D67; }
a { background-color: rgb(97,157,103); }
div.DivClassName
{
background-color: #619D67;
}
.BgClassName
{
background-color: #619D67;
}
</style>
border-color css
<style>
span { border-color: #619D67; }
span { border-color: rgb(97,157,103); }
td.TdClassName
{
border-color: #619D67;
}
.TagClassName
{
border-color: #619D67;
}
</style>