Shades of Fern #73B568
Tints of Fern #73B568
RGB
CMYK
RGB Variations
Color information
#73B568 (or 0x73B568) is known color: Fern. HEX triplet: 73, B5 and 68. RGB value is (115,181,104). Sum of RGB (Red+Green+Blue) = 115+181+104=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 181 (71.09% from 255 or 45.25% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 181 - color contains mainly: green. Hex color #73B568 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B568 is #8C4A97. Grayscale: #989898. Windows color (decimal): -9194136 or 6862195. OLE color: 6862195.
HSL color Cylindrical-coordinate representation of color #73B568: hue angle of 111.43º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73B568 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 181 | 104 | - |
| CMYK | 0.36 | 0 | 0.43 | 0.29 |
| HSL | 111.43º | 0.34% | 0.56% | - |
| HSV(B) | 111.43º | 0.43% | 0.71% | - |
| XYZ | 26.09 | 37.69 | 19 | - |
| YUV | 152.49 | 100.63 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 181 | 104 | 0.36 | 0 | 0.43 | 0.29 | 111.43 | 0.34 | 0.56 |
| Hex | 73 | B5 | 68 | 24 | 0 | 2B | 1D | 6F | 22 | 38 |
| Octal | 163 | 265 | 150 | 44 | 0 | 53 | 35 | 157 | 42 | 70 |
| Binary | 1110011 | 10110101 | 1101000 | 100100 | 0 | 101011 | 11101 | 1101111 | 100010 | 111000 |
Color Harmonies of #73B568
Complementary color
Monochromatic Colors of #73B568
Black with #73B568
Text Example
Text Example
White with #73B568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B568; }
p { color: rgb(115,181,104); }
H1.HeaderClassName
{
color: #73B568;
}
.AnyTagClassName
{
color: #73B568;
}
</style>
background-color css
<style>
a { background-color: #73B568; }
a { background-color: rgb(115,181,104); }
div.DivClassName
{
background-color: #73B568;
}
.BgClassName
{
background-color: #73B568;
}
</style>
border-color css
<style>
span { border-color: #73B568; }
span { border-color: rgb(115,181,104); }
td.TdClassName
{
border-color: #73B568;
}
.TagClassName
{
border-color: #73B568;
}
</style>