Shades of Fern #77BF70
Tints of Fern #77BF70
RGB
CMYK
RGB Variations
Color information
#77BF70 (or 0x77BF70) is known color: Fern. HEX triplet: 77, BF and 70. RGB value is (119,191,112). Sum of RGB (Red+Green+Blue) = 119+191+112=422 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.20% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 191 - color contains mainly: green. Hex color #77BF70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77BF70 is #88408F. Grayscale: #A0A0A0. Windows color (decimal): -8929424 or 7389047. OLE color: 7389047.
HSL color Cylindrical-coordinate representation of color #77BF70: hue angle of 114.68º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77BF70 is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 191 | 112 | - |
| CMYK | 0.38 | 0 | 0.41 | 0.25 |
| HSL | 114.68º | 0.38% | 0.59% | - |
| HSV(B) | 114.68º | 0.41% | 0.75% | - |
| XYZ | 29.16 | 42.35 | 21.97 | - |
| YUV | 160.47 | 100.65 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 191 | 112 | 0.38 | 0 | 0.41 | 0.25 | 114.68 | 0.38 | 0.59 |
| Hex | 77 | BF | 70 | 26 | 0 | 29 | 19 | 73 | 26 | 3B |
| Octal | 167 | 277 | 160 | 46 | 0 | 51 | 31 | 163 | 46 | 73 |
| Binary | 1110111 | 10111111 | 1110000 | 100110 | 0 | 101001 | 11001 | 1110011 | 100110 | 111011 |
Color Harmonies of #77BF70
Complementary color
Monochromatic Colors of #77BF70
Black with #77BF70
Text Example
Text Example
White with #77BF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BF70; }
p { color: rgb(119,191,112); }
H1.HeaderClassName
{
color: #77BF70;
}
.AnyTagClassName
{
color: #77BF70;
}
</style>
background-color css
<style>
a { background-color: #77BF70; }
a { background-color: rgb(119,191,112); }
div.DivClassName
{
background-color: #77BF70;
}
.BgClassName
{
background-color: #77BF70;
}
</style>
border-color css
<style>
span { border-color: #77BF70; }
span { border-color: rgb(119,191,112); }
td.TdClassName
{
border-color: #77BF70;
}
.TagClassName
{
border-color: #77BF70;
}
</style>