Shades of Laurel #618E69
Tints of Laurel #618E69
RGB
CMYK
RGB Variations
Color information
#618E69 (or 0x618E69) is known color: Laurel. HEX triplet: 61, 8E and 69. RGB value is (97,142,105). Sum of RGB (Red+Green+Blue) = 97+142+105=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 142 (55.86% from 255 or 41.28% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 142 - color contains mainly: green. Hex color #618E69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618E69 is #9E7196. Grayscale: #7C7C7C. Windows color (decimal): -10383767 or 6917729. OLE color: 6917729.
HSL color Cylindrical-coordinate representation of color #618E69: hue angle of 130.67º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #618E69 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 142 | 105 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.44 |
| HSL | 130.67º | 0.19% | 0.47% | - |
| HSV(B) | 130.67º | 0.32% | 0.56% | - |
| XYZ | 17.15 | 22.91 | 16.88 | - |
| YUV | 124.33 | 117.09 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 142 | 105 | 0.32 | 0 | 0.26 | 0.44 | 130.67 | 0.19 | 0.47 |
| Hex | 61 | 8E | 69 | 20 | 0 | 1A | 2C | 83 | 13 | 2F |
| Octal | 141 | 216 | 151 | 40 | 0 | 32 | 54 | 203 | 23 | 57 |
| Binary | 1100001 | 10001110 | 1101001 | 100000 | 0 | 11010 | 101100 | 10000011 | 10011 | 101111 |
Color Harmonies of #618E69
Complementary color
Monochromatic Colors of #618E69
Black with #618E69
Text Example
Text Example
White with #618E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618E69; }
p { color: rgb(97,142,105); }
H1.HeaderClassName
{
color: #618E69;
}
.AnyTagClassName
{
color: #618E69;
}
</style>
background-color css
<style>
a { background-color: #618E69; }
a { background-color: rgb(97,142,105); }
div.DivClassName
{
background-color: #618E69;
}
.BgClassName
{
background-color: #618E69;
}
</style>
border-color css
<style>
span { border-color: #618E69; }
span { border-color: rgb(97,142,105); }
td.TdClassName
{
border-color: #618E69;
}
.TagClassName
{
border-color: #618E69;
}
</style>