Shades of Fern #61A56B
Tints of Fern #61A56B
RGB
CMYK
RGB Variations
Color information
#61A56B (or 0x61A56B) is known color: Fern. HEX triplet: 61, A5 and 6B. RGB value is (97,165,107). Sum of RGB (Red+Green+Blue) = 97+165+107=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 165 - color contains mainly: green. Hex color #61A56B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A56B is #9E5A94. Grayscale: #8A8A8A. Windows color (decimal): -10377877 or 7054689. OLE color: 7054689.
HSL color Cylindrical-coordinate representation of color #61A56B: hue angle of 128.82º 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 #61A56B is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 97 | 165 | 107 | - |
| CMYK | 0.41 | 0 | 0.35 | 0.35 |
| HSL | 128.82º | 0.27% | 0.51% | - |
| HSV(B) | 128.82º | 0.41% | 0.65% | - |
| XYZ | 21.04 | 30.51 | 18.69 | - |
| YUV | 138.06 | 110.47 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 165 | 107 | 0.41 | 0 | 0.35 | 0.35 | 128.82 | 0.27 | 0.51 |
| Hex | 61 | A5 | 6B | 29 | 0 | 23 | 23 | 81 | 1B | 33 |
| Octal | 141 | 245 | 153 | 51 | 0 | 43 | 43 | 201 | 33 | 63 |
| Binary | 1100001 | 10100101 | 1101011 | 101001 | 0 | 100011 | 100011 | 10000001 | 11011 | 110011 |
Color Harmonies of #61A56B
Complementary color
Monochromatic Colors of #61A56B
Black with #61A56B
Text Example
Text Example
White with #61A56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A56B; }
p { color: rgb(97,165,107); }
H1.HeaderClassName
{
color: #61A56B;
}
.AnyTagClassName
{
color: #61A56B;
}
</style>
background-color css
<style>
a { background-color: #61A56B; }
a { background-color: rgb(97,165,107); }
div.DivClassName
{
background-color: #61A56B;
}
.BgClassName
{
background-color: #61A56B;
}
</style>
border-color css
<style>
span { border-color: #61A56B; }
span { border-color: rgb(97,165,107); }
td.TdClassName
{
border-color: #61A56B;
}
.TagClassName
{
border-color: #61A56B;
}
</style>