Shades of Fern #73B469
Tints of Fern #73B469
RGB
CMYK
RGB Variations
Color information
#73B469 (or 0x73B469) is known color: Fern. HEX triplet: 73, B4 and 69. RGB value is (115,180,105). Sum of RGB (Red+Green+Blue) = 115+180+105=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 180 - color contains mainly: green. Hex color #73B469 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B469 is #8C4B96. Grayscale: #989898. Windows color (decimal): -9194391 or 6927475. OLE color: 6927475.
HSL color Cylindrical-coordinate representation of color #73B469: hue angle of 112º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #73B469 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 180 | 105 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.29 |
| HSL | 112º | 0.33% | 0.56% | - |
| HSV(B) | 112º | 0.42% | 0.71% | - |
| XYZ | 25.94 | 37.31 | 19.2 | - |
| YUV | 152.02 | 101.47 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 180 | 105 | 0.36 | 0 | 0.42 | 0.29 | 112 | 0.33 | 0.56 |
| Hex | 73 | B4 | 69 | 24 | 0 | 2A | 1D | 70 | 21 | 38 |
| Octal | 163 | 264 | 151 | 44 | 0 | 52 | 35 | 160 | 41 | 70 |
| Binary | 1110011 | 10110100 | 1101001 | 100100 | 0 | 101010 | 11101 | 1110000 | 100001 | 111000 |
Color Harmonies of #73B469
Complementary color
Monochromatic Colors of #73B469
Black with #73B469
Text Example
Text Example
White with #73B469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B469; }
p { color: rgb(115,180,105); }
H1.HeaderClassName
{
color: #73B469;
}
.AnyTagClassName
{
color: #73B469;
}
</style>
background-color css
<style>
a { background-color: #73B469; }
a { background-color: rgb(115,180,105); }
div.DivClassName
{
background-color: #73B469;
}
.BgClassName
{
background-color: #73B469;
}
</style>
border-color css
<style>
span { border-color: #73B469; }
span { border-color: rgb(115,180,105); }
td.TdClassName
{
border-color: #73B469;
}
.TagClassName
{
border-color: #73B469;
}
</style>