Shades of Fern #75B773
Tints of Fern #75B773
RGB
CMYK
RGB Variations
Color information
#75B773 (or 0x75B773) is known color: Fern. HEX triplet: 75, B7 and 73. RGB value is (117,183,115). Sum of RGB (Red+Green+Blue) = 117+183+115=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 183 (71.88% from 255 or 44.10% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 183 - color contains mainly: green. Hex color #75B773 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B773 is #8A488C. Grayscale: #9B9B9B. Windows color (decimal): -9062541 or 7583605. OLE color: 7583605.
HSL color Cylindrical-coordinate representation of color #75B773: hue angle of 118.24º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75B773 is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 117 | 183 | 115 | - |
| CMYK | 0.36 | 0 | 0.37 | 0.28 |
| HSL | 118.24º | 0.32% | 0.58% | - |
| HSV(B) | 118.24º | 0.37% | 0.72% | - |
| XYZ | 27.36 | 38.89 | 22.28 | - |
| YUV | 155.51 | 105.13 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 183 | 115 | 0.36 | 0 | 0.37 | 0.28 | 118.24 | 0.32 | 0.58 |
| Hex | 75 | B7 | 73 | 24 | 0 | 25 | 1C | 76 | 20 | 3A |
| Octal | 165 | 267 | 163 | 44 | 0 | 45 | 34 | 166 | 40 | 72 |
| Binary | 1110101 | 10110111 | 1110011 | 100100 | 0 | 100101 | 11100 | 1110110 | 100000 | 111010 |
Color Harmonies of #75B773
Complementary color
Monochromatic Colors of #75B773
Black with #75B773
Text Example
Text Example
White with #75B773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B773; }
p { color: rgb(117,183,115); }
H1.HeaderClassName
{
color: #75B773;
}
.AnyTagClassName
{
color: #75B773;
}
</style>
background-color css
<style>
a { background-color: #75B773; }
a { background-color: rgb(117,183,115); }
div.DivClassName
{
background-color: #75B773;
}
.BgClassName
{
background-color: #75B773;
}
</style>
border-color css
<style>
span { border-color: #75B773; }
span { border-color: rgb(117,183,115); }
td.TdClassName
{
border-color: #75B773;
}
.TagClassName
{
border-color: #75B773;
}
</style>