Shades of Fern #61A567
Tints of Fern #61A567
RGB
CMYK
RGB Variations
Color information
#61A567 (or 0x61A567) is known color: Fern. HEX triplet: 61, A5 and 67. RGB value is (97,165,103). Sum of RGB (Red+Green+Blue) = 97+165+103=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 165 (64.84% from 255 or 45.21% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 165 - color contains mainly: green. Hex color #61A567 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A567 is #9E5A98. Grayscale: #898989. Windows color (decimal): -10377881 or 6792545. OLE color: 6792545.
HSL color Cylindrical-coordinate representation of color #61A567: hue angle of 125.29º 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 #61A567 is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 97 | 165 | 103 | - |
| CMYK | 0.41 | 0 | 0.38 | 0.35 |
| HSL | 125.29º | 0.27% | 0.51% | - |
| HSV(B) | 125.29º | 0.41% | 0.65% | - |
| XYZ | 20.83 | 30.43 | 17.61 | - |
| YUV | 137.6 | 108.47 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 165 | 103 | 0.41 | 0 | 0.38 | 0.35 | 125.29 | 0.27 | 0.51 |
| Hex | 61 | A5 | 67 | 29 | 0 | 26 | 23 | 7D | 1B | 33 |
| Octal | 141 | 245 | 147 | 51 | 0 | 46 | 43 | 175 | 33 | 63 |
| Binary | 1100001 | 10100101 | 1100111 | 101001 | 0 | 100110 | 100011 | 1111101 | 11011 | 110011 |
Color Harmonies of #61A567
Complementary color
Monochromatic Colors of #61A567
Black with #61A567
Text Example
Text Example
White with #61A567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A567; }
p { color: rgb(97,165,103); }
H1.HeaderClassName
{
color: #61A567;
}
.AnyTagClassName
{
color: #61A567;
}
</style>
background-color css
<style>
a { background-color: #61A567; }
a { background-color: rgb(97,165,103); }
div.DivClassName
{
background-color: #61A567;
}
.BgClassName
{
background-color: #61A567;
}
</style>
border-color css
<style>
span { border-color: #61A567; }
span { border-color: rgb(97,165,103); }
td.TdClassName
{
border-color: #61A567;
}
.TagClassName
{
border-color: #61A567;
}
</style>