Shades of Fern #73C36B
Tints of Fern #73C36B
RGB
CMYK
RGB Variations
Color information
#73C36B (or 0x73C36B) is known color: Fern. HEX triplet: 73, C3 and 6B. RGB value is (115,195,107). Sum of RGB (Red+Green+Blue) = 115+195+107=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 107 (42.19% from 255 or 25.66% from 417); Max value from RGB is 195 - color contains mainly: green. Hex color #73C36B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C36B is #8C3C94. Grayscale: #A1A1A1. Windows color (decimal): -9190549 or 7062387. OLE color: 7062387.
HSL color Cylindrical-coordinate representation of color #73C36B: hue angle of 114.55º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73C36B is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 195 | 107 | - |
| CMYK | 0.41 | 0 | 0.45 | 0.24 |
| HSL | 114.55º | 0.42% | 0.59% | - |
| HSV(B) | 114.55º | 0.45% | 0.76% | - |
| XYZ | 29.24 | 43.74 | 20.81 | - |
| YUV | 161.05 | 97.5 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 195 | 107 | 0.41 | 0 | 0.45 | 0.24 | 114.55 | 0.42 | 0.59 |
| Hex | 73 | C3 | 6B | 29 | 0 | 2D | 18 | 73 | 2A | 3B |
| Octal | 163 | 303 | 153 | 51 | 0 | 55 | 30 | 163 | 52 | 73 |
| Binary | 1110011 | 11000011 | 1101011 | 101001 | 0 | 101101 | 11000 | 1110011 | 101010 | 111011 |
Color Harmonies of #73C36B
Complementary color
Monochromatic Colors of #73C36B
Black with #73C36B
Text Example
Text Example
White with #73C36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C36B; }
p { color: rgb(115,195,107); }
H1.HeaderClassName
{
color: #73C36B;
}
.AnyTagClassName
{
color: #73C36B;
}
</style>
background-color css
<style>
a { background-color: #73C36B; }
a { background-color: rgb(115,195,107); }
div.DivClassName
{
background-color: #73C36B;
}
.BgClassName
{
background-color: #73C36B;
}
</style>
border-color css
<style>
span { border-color: #73C36B; }
span { border-color: rgb(115,195,107); }
td.TdClassName
{
border-color: #73C36B;
}
.TagClassName
{
border-color: #73C36B;
}
</style>