Shades of Fern #61AB5C
Tints of Fern #61AB5C
RGB
CMYK
RGB Variations
Color information
#61AB5C (or 0x61AB5C) is known color: Fern. HEX triplet: 61, AB and 5C. RGB value is (97,171,92). Sum of RGB (Red+Green+Blue) = 97+171+92=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 171 - color contains mainly: green. Hex color #61AB5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AB5C is #9E54A3. Grayscale: #8C8C8C. Windows color (decimal): -10376356 or 6073185. OLE color: 6073185.
HSL color Cylindrical-coordinate representation of color #61AB5C: hue angle of 116.2º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61AB5C is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 171 | 92 | - |
| CMYK | 0.43 | 0 | 0.46 | 0.33 |
| HSL | 116.2º | 0.32% | 0.52% | - |
| HSV(B) | 116.2º | 0.46% | 0.67% | - |
| XYZ | 21.42 | 32.44 | 15.26 | - |
| YUV | 139.87 | 100.98 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 171 | 92 | 0.43 | 0 | 0.46 | 0.33 | 116.2 | 0.32 | 0.52 |
| Hex | 61 | AB | 5C | 2B | 0 | 2E | 21 | 74 | 20 | 34 |
| Octal | 141 | 253 | 134 | 53 | 0 | 56 | 41 | 164 | 40 | 64 |
| Binary | 1100001 | 10101011 | 1011100 | 101011 | 0 | 101110 | 100001 | 1110100 | 100000 | 110100 |
Color Harmonies of #61AB5C
Complementary color
Monochromatic Colors of #61AB5C
Black with #61AB5C
Text Example
Text Example
White with #61AB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AB5C; }
p { color: rgb(97,171,92); }
H1.HeaderClassName
{
color: #61AB5C;
}
.AnyTagClassName
{
color: #61AB5C;
}
</style>
background-color css
<style>
a { background-color: #61AB5C; }
a { background-color: rgb(97,171,92); }
div.DivClassName
{
background-color: #61AB5C;
}
.BgClassName
{
background-color: #61AB5C;
}
</style>
border-color css
<style>
span { border-color: #61AB5C; }
span { border-color: rgb(97,171,92); }
td.TdClassName
{
border-color: #61AB5C;
}
.TagClassName
{
border-color: #61AB5C;
}
</style>