Shades of Fern #78B07B
Tints of Fern #78B07B
RGB
CMYK
RGB Variations
Color information
#78B07B (or 0x78B07B) is known color: Fern. HEX triplet: 78, B0 and 7B. RGB value is (120,176,123). Sum of RGB (Red+Green+Blue) = 120+176+123=419 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.64% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 176 - color contains mainly: green. Hex color #78B07B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78B07B is #874F84. Grayscale: #999999. Windows color (decimal): -8867717 or 8106104. OLE color: 8106104.
HSL color Cylindrical-coordinate representation of color #78B07B: hue angle of 123.21º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #78B07B is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 176 | 123 | - |
| CMYK | 0.32 | 0 | 0.30 | 0.31 |
| HSL | 123.21º | 0.26% | 0.58% | - |
| HSV(B) | 123.21º | 0.32% | 0.69% | - |
| XYZ | 26.85 | 36.47 | 24.36 | - |
| YUV | 153.21 | 110.95 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 176 | 123 | 0.32 | 0 | 0.30 | 0.31 | 123.21 | 0.26 | 0.58 |
| Hex | 78 | B0 | 7B | 20 | 0 | 1E | 1F | 7B | 1A | 3A |
| Octal | 170 | 260 | 173 | 40 | 0 | 36 | 37 | 173 | 32 | 72 |
| Binary | 1111000 | 10110000 | 1111011 | 100000 | 0 | 11110 | 11111 | 1111011 | 11010 | 111010 |
Color Harmonies of #78B07B
Complementary color
Monochromatic Colors of #78B07B
Black with #78B07B
Text Example
Text Example
White with #78B07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B07B; }
p { color: rgb(120,176,123); }
H1.HeaderClassName
{
color: #78B07B;
}
.AnyTagClassName
{
color: #78B07B;
}
</style>
background-color css
<style>
a { background-color: #78B07B; }
a { background-color: rgb(120,176,123); }
div.DivClassName
{
background-color: #78B07B;
}
.BgClassName
{
background-color: #78B07B;
}
</style>
border-color css
<style>
span { border-color: #78B07B; }
span { border-color: rgb(120,176,123); }
td.TdClassName
{
border-color: #78B07B;
}
.TagClassName
{
border-color: #78B07B;
}
</style>