Shades of Fern #73C06C
Tints of Fern #73C06C
RGB
CMYK
RGB Variations
Color information
#73C06C (or 0x73C06C) is known color: Fern. HEX triplet: 73, C0 and 6C. RGB value is (115,192,108). Sum of RGB (Red+Green+Blue) = 115+192+108=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 192 - color contains mainly: green. Hex color #73C06C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C06C is #8C3F93. Grayscale: #9F9F9F. Windows color (decimal): -9191316 or 7127155. OLE color: 7127155.
HSL color Cylindrical-coordinate representation of color #73C06C: hue angle of 115º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73C06C is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 192 | 108 | - |
| CMYK | 0.40 | 0 | 0.44 | 0.25 |
| HSL | 115º | 0.4% | 0.59% | - |
| HSV(B) | 115º | 0.44% | 0.75% | - |
| XYZ | 28.63 | 42.43 | 20.87 | - |
| YUV | 159.4 | 98.99 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 192 | 108 | 0.40 | 0 | 0.44 | 0.25 | 115 | 0.4 | 0.59 |
| Hex | 73 | C0 | 6C | 28 | 0 | 2C | 19 | 73 | 28 | 3B |
| Octal | 163 | 300 | 154 | 50 | 0 | 54 | 31 | 163 | 50 | 73 |
| Binary | 1110011 | 11000000 | 1101100 | 101000 | 0 | 101100 | 11001 | 1110011 | 101000 | 111011 |
Color Harmonies of #73C06C
Complementary color
Monochromatic Colors of #73C06C
Black with #73C06C
Text Example
Text Example
White with #73C06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C06C; }
p { color: rgb(115,192,108); }
H1.HeaderClassName
{
color: #73C06C;
}
.AnyTagClassName
{
color: #73C06C;
}
</style>
background-color css
<style>
a { background-color: #73C06C; }
a { background-color: rgb(115,192,108); }
div.DivClassName
{
background-color: #73C06C;
}
.BgClassName
{
background-color: #73C06C;
}
</style>
border-color css
<style>
span { border-color: #73C06C; }
span { border-color: rgb(115,192,108); }
td.TdClassName
{
border-color: #73C06C;
}
.TagClassName
{
border-color: #73C06C;
}
</style>