Shades of Fiji Green #50710F
Tints of Fiji Green #50710F
RGB
CMYK
RGB Variations
Color information
#50710F (or 0x50710F) is known color: Fiji Green. HEX triplet: 50, 71 and 0F. RGB value is (80,113,15). Sum of RGB (Red+Green+Blue) = 80+113+15=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 113 (44.53% from 255 or 54.33% from 208); Blue value is 15 (6.25% from 255 or 7.21% from 208); Max value from RGB is 113 - color contains mainly: green. Hex color #50710F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50710F is #AF8EF0. Grayscale: #5C5C5C. Windows color (decimal): -11505393 or 1012048. OLE color: 1012048.
HSL color Cylindrical-coordinate representation of color #50710F: hue angle of 80.2º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #50710F is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 113 | 15 | - |
| CMYK | 0.29 | 0 | 0.87 | 0.56 |
| HSL | 80.2º | 0.77% | 0.25% | - |
| HSV(B) | 80.2º | 0.87% | 0.44% | - |
| XYZ | 9.3 | 13.55 | 2.58 | - |
| YUV | 91.96 | 84.57 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 113 | 15 | 0.29 | 0 | 0.87 | 0.56 | 80.2 | 0.77 | 0.25 |
| Hex | 50 | 71 | F | 1D | 0 | 57 | 38 | 50 | 4D | 19 |
| Octal | 120 | 161 | 17 | 35 | 0 | 127 | 70 | 120 | 115 | 31 |
| Binary | 1010000 | 1110001 | 1111 | 11101 | 0 | 1010111 | 111000 | 1010000 | 1001101 | 11001 |
Color Harmonies of #50710F
Complementary color
Monochromatic Colors of #50710F
Black with #50710F
Text Example
Text Example
White with #50710F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50710F; }
p { color: rgb(80,113,15); }
H1.HeaderClassName
{
color: #50710F;
}
.AnyTagClassName
{
color: #50710F;
}
</style>
background-color css
<style>
a { background-color: #50710F; }
a { background-color: rgb(80,113,15); }
div.DivClassName
{
background-color: #50710F;
}
.BgClassName
{
background-color: #50710F;
}
</style>
border-color css
<style>
span { border-color: #50710F; }
span { border-color: rgb(80,113,15); }
td.TdClassName
{
border-color: #50710F;
}
.TagClassName
{
border-color: #50710F;
}
</style>