Shades of Fern #73C07B
Tints of Fern #73C07B
RGB
CMYK
RGB Variations
Color information
#73C07B (or 0x73C07B) is known color: Fern. HEX triplet: 73, C0 and 7B. RGB value is (115,192,123). Sum of RGB (Red+Green+Blue) = 115+192+123=430 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.74% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 192 - color contains mainly: green. Hex color #73C07B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C07B is #8C3F84. Grayscale: #A1A1A1. Windows color (decimal): -9191301 or 8110195. OLE color: 8110195.
HSL color Cylindrical-coordinate representation of color #73C07B: hue angle of 126.23º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73C07B is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 192 | 123 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.25 |
| HSL | 126.23º | 0.38% | 0.6% | - |
| HSV(B) | 126.23º | 0.4% | 0.75% | - |
| XYZ | 29.5 | 42.77 | 25.44 | - |
| YUV | 161.11 | 106.49 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 192 | 123 | 0.40 | 0 | 0.36 | 0.25 | 126.23 | 0.38 | 0.6 |
| Hex | 73 | C0 | 7B | 28 | 0 | 24 | 19 | 7E | 26 | 3C |
| Octal | 163 | 300 | 173 | 50 | 0 | 44 | 31 | 176 | 46 | 74 |
| Binary | 1110011 | 11000000 | 1111011 | 101000 | 0 | 100100 | 11001 | 1111110 | 100110 | 111100 |
Color Harmonies of #73C07B
Complementary color
Monochromatic Colors of #73C07B
Black with #73C07B
Text Example
Text Example
White with #73C07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C07B; }
p { color: rgb(115,192,123); }
H1.HeaderClassName
{
color: #73C07B;
}
.AnyTagClassName
{
color: #73C07B;
}
</style>
background-color css
<style>
a { background-color: #73C07B; }
a { background-color: rgb(115,192,123); }
div.DivClassName
{
background-color: #73C07B;
}
.BgClassName
{
background-color: #73C07B;
}
</style>
border-color css
<style>
span { border-color: #73C07B; }
span { border-color: rgb(115,192,123); }
td.TdClassName
{
border-color: #73C07B;
}
.TagClassName
{
border-color: #73C07B;
}
</style>