Shades of Fiji Green #507200
Tints of Fiji Green #507200
RGB
CMYK
RGB Variations
Color information
#507200 (or 0x507200) is known color: Fiji Green. HEX triplet: 50, 72 and 00. RGB value is (80,114,0). Sum of RGB (Red+Green+Blue) = 80+114+0=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 114 (44.92% from 255 or 58.76% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 114 - color contains mainly: green. Hex color #507200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507200 is #AF8DFF. Grayscale: #5B5B5B. Windows color (decimal): -11505152 or 29264. OLE color: 29264.
HSL color Cylindrical-coordinate representation of color #507200: hue angle of 77.89º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #507200 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 114 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.55 |
| HSL | 77.89º | 1% | 0.22% | - |
| HSV(B) | 77.89º | 1% | 0.45% | - |
| XYZ | 9.33 | 13.74 | 2.16 | - |
| YUV | 90.84 | 76.74 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 114 | 0 | 0.30 | 0 | 1 | 0.55 | 77.89 | 1 | 0.22 |
| Hex | 50 | 72 | 0 | 1E | 0 | 64 | 37 | 4E | 64 | 16 |
| Octal | 120 | 162 | 0 | 36 | 0 | 144 | 67 | 116 | 144 | 26 |
| Binary | 1010000 | 1110010 | 0 | 11110 | 0 | 1100100 | 110111 | 1001110 | 1100100 | 10110 |
Color Harmonies of #507200
Complementary color
Monochromatic Colors of #507200
Black with #507200
Text Example
Text Example
White with #507200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507200; }
p { color: rgb(80,114,0); }
H1.HeaderClassName
{
color: #507200;
}
.AnyTagClassName
{
color: #507200;
}
</style>
background-color css
<style>
a { background-color: #507200; }
a { background-color: rgb(80,114,0); }
div.DivClassName
{
background-color: #507200;
}
.BgClassName
{
background-color: #507200;
}
</style>
border-color css
<style>
span { border-color: #507200; }
span { border-color: rgb(80,114,0); }
td.TdClassName
{
border-color: #507200;
}
.TagClassName
{
border-color: #507200;
}
</style>