Shades of Fiji Green #507201
Tints of Fiji Green #507201
RGB
CMYK
RGB Variations
Color information
#507201 (or 0x507201) is known color: Fiji Green. HEX triplet: 50, 72 and 01. RGB value is (80,114,1). Sum of RGB (Red+Green+Blue) = 80+114+1=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 114 (44.92% from 255 or 58.46% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 114 - color contains mainly: green. Hex color #507201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507201 is #AF8DFE. Grayscale: #5B5B5B. Windows color (decimal): -11505151 or 94800. OLE color: 94800.
HSL color Cylindrical-coordinate representation of color #507201: hue angle of 78.05º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #507201 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 114 | 1 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.55 |
| HSL | 78.05º | 0.98% | 0.23% | - |
| HSV(B) | 78.05º | 0.99% | 0.45% | - |
| XYZ | 9.33 | 13.74 | 2.19 | - |
| YUV | 90.95 | 77.24 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 114 | 1 | 0.30 | 0 | 0.99 | 0.55 | 78.05 | 0.98 | 0.23 |
| Hex | 50 | 72 | 1 | 1E | 0 | 63 | 37 | 4E | 62 | 17 |
| Octal | 120 | 162 | 1 | 36 | 0 | 143 | 67 | 116 | 142 | 27 |
| Binary | 1010000 | 1110010 | 1 | 11110 | 0 | 1100011 | 110111 | 1001110 | 1100010 | 10111 |
Color Harmonies of #507201
Complementary color
Monochromatic Colors of #507201
Black with #507201
Text Example
Text Example
White with #507201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507201; }
p { color: rgb(80,114,1); }
H1.HeaderClassName
{
color: #507201;
}
.AnyTagClassName
{
color: #507201;
}
</style>
background-color css
<style>
a { background-color: #507201; }
a { background-color: rgb(80,114,1); }
div.DivClassName
{
background-color: #507201;
}
.BgClassName
{
background-color: #507201;
}
</style>
border-color css
<style>
span { border-color: #507201; }
span { border-color: rgb(80,114,1); }
td.TdClassName
{
border-color: #507201;
}
.TagClassName
{
border-color: #507201;
}
</style>