Shades of Fern #78BA75
Tints of Fern #78BA75
RGB
CMYK
RGB Variations
Color information
#78BA75 (or 0x78BA75) is known color: Fern. HEX triplet: 78, BA and 75. RGB value is (120,186,117). Sum of RGB (Red+Green+Blue) = 120+186+117=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 186 - color contains mainly: green. Hex color #78BA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BA75 is #87458A. Grayscale: #9E9E9E. Windows color (decimal): -8865163 or 7715448. OLE color: 7715448.
HSL color Cylindrical-coordinate representation of color #78BA75: hue angle of 117.39º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78BA75 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 186 | 117 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.27 |
| HSL | 117.39º | 0.33% | 0.59% | - |
| HSV(B) | 117.39º | 0.37% | 0.73% | - |
| XYZ | 28.52 | 40.4 | 23.12 | - |
| YUV | 158.4 | 104.63 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 186 | 117 | 0.35 | 0 | 0.37 | 0.27 | 117.39 | 0.33 | 0.59 |
| Hex | 78 | BA | 75 | 23 | 0 | 25 | 1B | 75 | 21 | 3B |
| Octal | 170 | 272 | 165 | 43 | 0 | 45 | 33 | 165 | 41 | 73 |
| Binary | 1111000 | 10111010 | 1110101 | 100011 | 0 | 100101 | 11011 | 1110101 | 100001 | 111011 |
Color Harmonies of #78BA75
Complementary color
Monochromatic Colors of #78BA75
Black with #78BA75
Text Example
Text Example
White with #78BA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BA75; }
p { color: rgb(120,186,117); }
H1.HeaderClassName
{
color: #78BA75;
}
.AnyTagClassName
{
color: #78BA75;
}
</style>
background-color css
<style>
a { background-color: #78BA75; }
a { background-color: rgb(120,186,117); }
div.DivClassName
{
background-color: #78BA75;
}
.BgClassName
{
background-color: #78BA75;
}
</style>
border-color css
<style>
span { border-color: #78BA75; }
span { border-color: rgb(120,186,117); }
td.TdClassName
{
border-color: #78BA75;
}
.TagClassName
{
border-color: #78BA75;
}
</style>