Shades of Fern #73C16C
Tints of Fern #73C16C
RGB
CMYK
RGB Variations
Color information
#73C16C (or 0x73C16C) is known color: Fern. HEX triplet: 73, C1 and 6C. RGB value is (115,193,108). Sum of RGB (Red+Green+Blue) = 115+193+108=416 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.64% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 193 - color contains mainly: green. Hex color #73C16C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C16C is #8C3E93. Grayscale: #A0A0A0. Windows color (decimal): -9191060 or 7127411. OLE color: 7127411.
HSL color Cylindrical-coordinate representation of color #73C16C: hue angle of 115.06º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73C16C is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 193 | 108 | - |
| CMYK | 0.40 | 0 | 0.44 | 0.24 |
| HSL | 115.06º | 0.41% | 0.59% | - |
| HSV(B) | 115.06º | 0.44% | 0.76% | - |
| XYZ | 28.85 | 42.87 | 20.94 | - |
| YUV | 159.99 | 98.66 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 193 | 108 | 0.40 | 0 | 0.44 | 0.24 | 115.06 | 0.41 | 0.59 |
| Hex | 73 | C1 | 6C | 28 | 0 | 2C | 18 | 73 | 29 | 3B |
| Octal | 163 | 301 | 154 | 50 | 0 | 54 | 30 | 163 | 51 | 73 |
| Binary | 1110011 | 11000001 | 1101100 | 101000 | 0 | 101100 | 11000 | 1110011 | 101001 | 111011 |
Color Harmonies of #73C16C
Complementary color
Monochromatic Colors of #73C16C
Black with #73C16C
Text Example
Text Example
White with #73C16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C16C; }
p { color: rgb(115,193,108); }
H1.HeaderClassName
{
color: #73C16C;
}
.AnyTagClassName
{
color: #73C16C;
}
</style>
background-color css
<style>
a { background-color: #73C16C; }
a { background-color: rgb(115,193,108); }
div.DivClassName
{
background-color: #73C16C;
}
.BgClassName
{
background-color: #73C16C;
}
</style>
border-color css
<style>
span { border-color: #73C16C; }
span { border-color: rgb(115,193,108); }
td.TdClassName
{
border-color: #73C16C;
}
.TagClassName
{
border-color: #73C16C;
}
</style>