Shades of Fiji Green #50780C
Tints of Fiji Green #50780C
RGB
CMYK
RGB Variations
Color information
#50780C (or 0x50780C) is known color: Fiji Green. HEX triplet: 50, 78 and 0C. RGB value is (80,120,12). Sum of RGB (Red+Green+Blue) = 80+120+12=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 120 (47.27% from 255 or 56.60% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 120 - color contains mainly: green. Hex color #50780C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50780C is #AF87F3. Grayscale: #606060. Windows color (decimal): -11503604 or 817232. OLE color: 817232.
HSL color Cylindrical-coordinate representation of color #50780C: hue angle of 82.22º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50780C is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 120 | 12 | - |
| CMYK | 0.33 | 0 | 0.90 | 0.53 |
| HSL | 82.22º | 0.82% | 0.26% | - |
| HSV(B) | 82.22º | 0.9% | 0.47% | - |
| XYZ | 10.09 | 15.16 | 2.74 | - |
| YUV | 95.73 | 80.75 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 120 | 12 | 0.33 | 0 | 0.90 | 0.53 | 82.22 | 0.82 | 0.26 |
| Hex | 50 | 78 | C | 21 | 0 | 5A | 35 | 52 | 52 | 1A |
| Octal | 120 | 170 | 14 | 41 | 0 | 132 | 65 | 122 | 122 | 32 |
| Binary | 1010000 | 1111000 | 1100 | 100001 | 0 | 1011010 | 110101 | 1010010 | 1010010 | 11010 |
Color Harmonies of #50780C
Complementary color
Monochromatic Colors of #50780C
Black with #50780C
Text Example
Text Example
White with #50780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50780C; }
p { color: rgb(80,120,12); }
H1.HeaderClassName
{
color: #50780C;
}
.AnyTagClassName
{
color: #50780C;
}
</style>
background-color css
<style>
a { background-color: #50780C; }
a { background-color: rgb(80,120,12); }
div.DivClassName
{
background-color: #50780C;
}
.BgClassName
{
background-color: #50780C;
}
</style>
border-color css
<style>
span { border-color: #50780C; }
span { border-color: rgb(80,120,12); }
td.TdClassName
{
border-color: #50780C;
}
.TagClassName
{
border-color: #50780C;
}
</style>