Shades of Fiji Green #50700D
Tints of Fiji Green #50700D
RGB
CMYK
RGB Variations
Color information
#50700D (or 0x50700D) is known color: Fiji Green. HEX triplet: 50, 70 and 0D. RGB value is (80,112,13). Sum of RGB (Red+Green+Blue) = 80+112+13=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 112 (44.14% from 255 or 54.63% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 112 - color contains mainly: green. Hex color #50700D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50700D is #AF8FF2. Grayscale: #5B5B5B. Windows color (decimal): -11505651 or 880720. OLE color: 880720.
HSL color Cylindrical-coordinate representation of color #50700D: hue angle of 79.39º degrees, saturation: 0.79, 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 #50700D is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 112 | 13 | - |
| CMYK | 0.29 | 0 | 0.88 | 0.56 |
| HSL | 79.39º | 0.79% | 0.25% | - |
| HSV(B) | 79.39º | 0.88% | 0.44% | - |
| XYZ | 9.18 | 13.32 | 2.47 | - |
| YUV | 91.15 | 83.9 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 112 | 13 | 0.29 | 0 | 0.88 | 0.56 | 79.39 | 0.79 | 0.25 |
| Hex | 50 | 70 | D | 1D | 0 | 58 | 38 | 4F | 4F | 19 |
| Octal | 120 | 160 | 15 | 35 | 0 | 130 | 70 | 117 | 117 | 31 |
| Binary | 1010000 | 1110000 | 1101 | 11101 | 0 | 1011000 | 111000 | 1001111 | 1001111 | 11001 |
Color Harmonies of #50700D
Complementary color
Monochromatic Colors of #50700D
Black with #50700D
Text Example
Text Example
White with #50700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50700D; }
p { color: rgb(80,112,13); }
H1.HeaderClassName
{
color: #50700D;
}
.AnyTagClassName
{
color: #50700D;
}
</style>
background-color css
<style>
a { background-color: #50700D; }
a { background-color: rgb(80,112,13); }
div.DivClassName
{
background-color: #50700D;
}
.BgClassName
{
background-color: #50700D;
}
</style>
border-color css
<style>
span { border-color: #50700D; }
span { border-color: rgb(80,112,13); }
td.TdClassName
{
border-color: #50700D;
}
.TagClassName
{
border-color: #50700D;
}
</style>