Shades of Fern #61A568
Tints of Fern #61A568
RGB
CMYK
RGB Variations
Color information
#61A568 (or 0x61A568) is known color: Fern. HEX triplet: 61, A5 and 68. RGB value is (97,165,104). Sum of RGB (Red+Green+Blue) = 97+165+104=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 165 (64.84% from 255 or 45.08% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 165 - color contains mainly: green. Hex color #61A568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A568 is #9E5A97. Grayscale: #898989. Windows color (decimal): -10377880 or 6858081. OLE color: 6858081.
HSL color Cylindrical-coordinate representation of color #61A568: hue angle of 126.18º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61A568 is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 97 | 165 | 104 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.35 |
| HSL | 126.18º | 0.27% | 0.51% | - |
| HSV(B) | 126.18º | 0.41% | 0.65% | - |
| XYZ | 20.88 | 30.45 | 17.87 | - |
| YUV | 137.71 | 108.97 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 165 | 104 | 0.41 | 0 | 0.37 | 0.35 | 126.18 | 0.27 | 0.51 |
| Hex | 61 | A5 | 68 | 29 | 0 | 25 | 23 | 7E | 1B | 33 |
| Octal | 141 | 245 | 150 | 51 | 0 | 45 | 43 | 176 | 33 | 63 |
| Binary | 1100001 | 10100101 | 1101000 | 101001 | 0 | 100101 | 100011 | 1111110 | 11011 | 110011 |
Color Harmonies of #61A568
Complementary color
Monochromatic Colors of #61A568
Black with #61A568
Text Example
Text Example
White with #61A568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A568; }
p { color: rgb(97,165,104); }
H1.HeaderClassName
{
color: #61A568;
}
.AnyTagClassName
{
color: #61A568;
}
</style>
background-color css
<style>
a { background-color: #61A568; }
a { background-color: rgb(97,165,104); }
div.DivClassName
{
background-color: #61A568;
}
.BgClassName
{
background-color: #61A568;
}
</style>
border-color css
<style>
span { border-color: #61A568; }
span { border-color: rgb(97,165,104); }
td.TdClassName
{
border-color: #61A568;
}
.TagClassName
{
border-color: #61A568;
}
</style>