Shades of Fern #619F65
Tints of Fern #619F65
RGB
CMYK
RGB Variations
Color information
#619F65 (or 0x619F65) is known color: Fern. HEX triplet: 61, 9F and 65. RGB value is (97,159,101). Sum of RGB (Red+Green+Blue) = 97+159+101=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 159 (62.5% from 255 or 44.54% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 159 - color contains mainly: green. Hex color #619F65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619F65 is #9E609A. Grayscale: #868686. Windows color (decimal): -10379419 or 6659937. OLE color: 6659937.
HSL color Cylindrical-coordinate representation of color #619F65: hue angle of 123.87º 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 #619F65 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 159 | 101 | - |
| CMYK | 0.39 | 0 | 0.36 | 0.38 |
| HSL | 123.87º | 0.24% | 0.5% | - |
| HSV(B) | 123.87º | 0.39% | 0.62% | - |
| XYZ | 19.68 | 28.28 | 16.73 | - |
| YUV | 133.85 | 109.46 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 159 | 101 | 0.39 | 0 | 0.36 | 0.38 | 123.87 | 0.24 | 0.5 |
| Hex | 61 | 9F | 65 | 27 | 0 | 24 | 26 | 7C | 18 | 32 |
| Octal | 141 | 237 | 145 | 47 | 0 | 44 | 46 | 174 | 30 | 62 |
| Binary | 1100001 | 10011111 | 1100101 | 100111 | 0 | 100100 | 100110 | 1111100 | 11000 | 110010 |
Color Harmonies of #619F65
Complementary color
Monochromatic Colors of #619F65
Black with #619F65
Text Example
Text Example
White with #619F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619F65; }
p { color: rgb(97,159,101); }
H1.HeaderClassName
{
color: #619F65;
}
.AnyTagClassName
{
color: #619F65;
}
</style>
background-color css
<style>
a { background-color: #619F65; }
a { background-color: rgb(97,159,101); }
div.DivClassName
{
background-color: #619F65;
}
.BgClassName
{
background-color: #619F65;
}
</style>
border-color css
<style>
span { border-color: #619F65; }
span { border-color: rgb(97,159,101); }
td.TdClassName
{
border-color: #619F65;
}
.TagClassName
{
border-color: #619F65;
}
</style>