Shades of Fiji Green #507A03
Tints of Fiji Green #507A03
RGB
CMYK
RGB Variations
Color information
#507A03 (or 0x507A03) is known color: Fiji Green. HEX triplet: 50, 7A and 03. RGB value is (80,122,3). Sum of RGB (Red+Green+Blue) = 80+122+3=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 122 (48.05% from 255 or 59.51% from 205); Blue value is 3 (1.56% from 255 or 1.46% from 205); Max value from RGB is 122 - color contains mainly: green. Hex color #507A03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507A03 is #AF85FC. Grayscale: #606060. Windows color (decimal): -11503101 or 227920. OLE color: 227920.
HSL color Cylindrical-coordinate representation of color #507A03: hue angle of 81.18º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #507A03 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 122 | 3 | - |
| CMYK | 0.34 | 0 | 0.98 | 0.52 |
| HSL | 81.18º | 0.95% | 0.25% | - |
| HSV(B) | 81.18º | 0.98% | 0.48% | - |
| XYZ | 10.28 | 15.63 | 2.56 | - |
| YUV | 95.88 | 75.59 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 122 | 3 | 0.34 | 0 | 0.98 | 0.52 | 81.18 | 0.95 | 0.25 |
| Hex | 50 | 7A | 3 | 22 | 0 | 62 | 34 | 51 | 5F | 19 |
| Octal | 120 | 172 | 3 | 42 | 0 | 142 | 64 | 121 | 137 | 31 |
| Binary | 1010000 | 1111010 | 11 | 100010 | 0 | 1100010 | 110100 | 1010001 | 1011111 | 11001 |
Color Harmonies of #507A03
Complementary color
Monochromatic Colors of #507A03
Black with #507A03
Text Example
Text Example
White with #507A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507A03; }
p { color: rgb(80,122,3); }
H1.HeaderClassName
{
color: #507A03;
}
.AnyTagClassName
{
color: #507A03;
}
</style>
background-color css
<style>
a { background-color: #507A03; }
a { background-color: rgb(80,122,3); }
div.DivClassName
{
background-color: #507A03;
}
.BgClassName
{
background-color: #507A03;
}
</style>
border-color css
<style>
span { border-color: #507A03; }
span { border-color: rgb(80,122,3); }
td.TdClassName
{
border-color: #507A03;
}
.TagClassName
{
border-color: #507A03;
}
</style>