Shades of Fiji Green #50710E
Tints of Fiji Green #50710E
RGB
CMYK
RGB Variations
Color information
#50710E (or 0x50710E) is known color: Fiji Green. HEX triplet: 50, 71 and 0E. RGB value is (80,113,14). Sum of RGB (Red+Green+Blue) = 80+113+14=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 113 (44.53% from 255 or 54.59% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 113 - color contains mainly: green. Hex color #50710E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50710E is #AF8EF1. Grayscale: #5C5C5C. Windows color (decimal): -11505394 or 946512. OLE color: 946512.
HSL color Cylindrical-coordinate representation of color #50710E: hue angle of 80º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50710E is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 113 | 14 | - |
| CMYK | 0.29 | 0 | 0.88 | 0.56 |
| HSL | 80º | 0.78% | 0.25% | - |
| HSV(B) | 80º | 0.88% | 0.44% | - |
| XYZ | 9.29 | 13.55 | 2.54 | - |
| YUV | 91.85 | 84.07 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 113 | 14 | 0.29 | 0 | 0.88 | 0.56 | 80 | 0.78 | 0.25 |
| Hex | 50 | 71 | E | 1D | 0 | 58 | 38 | 50 | 4E | 19 |
| Octal | 120 | 161 | 16 | 35 | 0 | 130 | 70 | 120 | 116 | 31 |
| Binary | 1010000 | 1110001 | 1110 | 11101 | 0 | 1011000 | 111000 | 1010000 | 1001110 | 11001 |
Color Harmonies of #50710E
Complementary color
Monochromatic Colors of #50710E
Black with #50710E
Text Example
Text Example
White with #50710E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50710E; }
p { color: rgb(80,113,14); }
H1.HeaderClassName
{
color: #50710E;
}
.AnyTagClassName
{
color: #50710E;
}
</style>
background-color css
<style>
a { background-color: #50710E; }
a { background-color: rgb(80,113,14); }
div.DivClassName
{
background-color: #50710E;
}
.BgClassName
{
background-color: #50710E;
}
</style>
border-color css
<style>
span { border-color: #50710E; }
span { border-color: rgb(80,113,14); }
td.TdClassName
{
border-color: #50710E;
}
.TagClassName
{
border-color: #50710E;
}
</style>