Shades of Fern #73BD6C
Tints of Fern #73BD6C
RGB
CMYK
RGB Variations
Color information
#73BD6C (or 0x73BD6C) is known color: Fern. HEX triplet: 73, BD and 6C. RGB value is (115,189,108). Sum of RGB (Red+Green+Blue) = 115+189+108=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 189 - color contains mainly: green. Hex color #73BD6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BD6C is #8C4293. Grayscale: #9D9D9D. Windows color (decimal): -9192084 or 7126387. OLE color: 7126387.
HSL color Cylindrical-coordinate representation of color #73BD6C: hue angle of 114.81º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73BD6C is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 189 | 108 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.26 |
| HSL | 114.81º | 0.38% | 0.58% | - |
| HSV(B) | 114.81º | 0.43% | 0.74% | - |
| XYZ | 27.97 | 41.12 | 20.65 | - |
| YUV | 157.64 | 99.98 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 189 | 108 | 0.39 | 0 | 0.43 | 0.26 | 114.81 | 0.38 | 0.58 |
| Hex | 73 | BD | 6C | 27 | 0 | 2B | 1A | 73 | 26 | 3A |
| Octal | 163 | 275 | 154 | 47 | 0 | 53 | 32 | 163 | 46 | 72 |
| Binary | 1110011 | 10111101 | 1101100 | 100111 | 0 | 101011 | 11010 | 1110011 | 100110 | 111010 |
Color Harmonies of #73BD6C
Complementary color
Monochromatic Colors of #73BD6C
Black with #73BD6C
Text Example
Text Example
White with #73BD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BD6C; }
p { color: rgb(115,189,108); }
H1.HeaderClassName
{
color: #73BD6C;
}
.AnyTagClassName
{
color: #73BD6C;
}
</style>
background-color css
<style>
a { background-color: #73BD6C; }
a { background-color: rgb(115,189,108); }
div.DivClassName
{
background-color: #73BD6C;
}
.BgClassName
{
background-color: #73BD6C;
}
</style>
border-color css
<style>
span { border-color: #73BD6C; }
span { border-color: rgb(115,189,108); }
td.TdClassName
{
border-color: #73BD6C;
}
.TagClassName
{
border-color: #73BD6C;
}
</style>