Shades of Fern #75B073
Tints of Fern #75B073
RGB
CMYK
RGB Variations
Color information
#75B073 (or 0x75B073) is known color: Fern. HEX triplet: 75, B0 and 73. RGB value is (117,176,115). Sum of RGB (Red+Green+Blue) = 117+176+115=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 176 - color contains mainly: green. Hex color #75B073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75B073 is #8A4F8C. Grayscale: #979797. Windows color (decimal): -9064333 or 7581813. OLE color: 7581813.
HSL color Cylindrical-coordinate representation of color #75B073: hue angle of 118.03º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75B073 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 176 | 115 | - |
| CMYK | 0.34 | 0 | 0.35 | 0.31 |
| HSL | 118.03º | 0.28% | 0.57% | - |
| HSV(B) | 118.03º | 0.35% | 0.69% | - |
| XYZ | 25.96 | 36.07 | 21.81 | - |
| YUV | 151.41 | 107.45 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 176 | 115 | 0.34 | 0 | 0.35 | 0.31 | 118.03 | 0.28 | 0.57 |
| Hex | 75 | B0 | 73 | 22 | 0 | 23 | 1F | 76 | 1C | 39 |
| Octal | 165 | 260 | 163 | 42 | 0 | 43 | 37 | 166 | 34 | 71 |
| Binary | 1110101 | 10110000 | 1110011 | 100010 | 0 | 100011 | 11111 | 1110110 | 11100 | 111001 |
Color Harmonies of #75B073
Complementary color
Monochromatic Colors of #75B073
Black with #75B073
Text Example
Text Example
White with #75B073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B073; }
p { color: rgb(117,176,115); }
H1.HeaderClassName
{
color: #75B073;
}
.AnyTagClassName
{
color: #75B073;
}
</style>
background-color css
<style>
a { background-color: #75B073; }
a { background-color: rgb(117,176,115); }
div.DivClassName
{
background-color: #75B073;
}
.BgClassName
{
background-color: #75B073;
}
</style>
border-color css
<style>
span { border-color: #75B073; }
span { border-color: rgb(117,176,115); }
td.TdClassName
{
border-color: #75B073;
}
.TagClassName
{
border-color: #75B073;
}
</style>