Shades of Fiji Green #507400
Tints of Fiji Green #507400
RGB
CMYK
RGB Variations
Color information
#507400 (or 0x507400) is known color: Fiji Green. HEX triplet: 50, 74 and 00. RGB value is (80,116,0). Sum of RGB (Red+Green+Blue) = 80+116+0=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 116 (45.70% from 255 or 59.18% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 116 - color contains mainly: green. Hex color #507400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507400 is #AF8BFF. Grayscale: #5C5C5C. Windows color (decimal): -11504640 or 29776. OLE color: 29776.
HSL color Cylindrical-coordinate representation of color #507400: hue angle of 78.62º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #507400 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 116 | 0 | - |
| CMYK | 0.31 | 0 | 1 | 0.55 |
| HSL | 78.62º | 1% | 0.23% | - |
| HSV(B) | 78.62º | 1% | 0.45% | - |
| XYZ | 9.55 | 14.2 | 2.24 | - |
| YUV | 92.01 | 76.07 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 116 | 0 | 0.31 | 0 | 1 | 0.55 | 78.62 | 1 | 0.23 |
| Hex | 50 | 74 | 0 | 1F | 0 | 64 | 37 | 4F | 64 | 17 |
| Octal | 120 | 164 | 0 | 37 | 0 | 144 | 67 | 117 | 144 | 27 |
| Binary | 1010000 | 1110100 | 0 | 11111 | 0 | 1100100 | 110111 | 1001111 | 1100100 | 10111 |
Color Harmonies of #507400
Complementary color
Monochromatic Colors of #507400
Black with #507400
Text Example
Text Example
White with #507400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507400; }
p { color: rgb(80,116,0); }
H1.HeaderClassName
{
color: #507400;
}
.AnyTagClassName
{
color: #507400;
}
</style>
background-color css
<style>
a { background-color: #507400; }
a { background-color: rgb(80,116,0); }
div.DivClassName
{
background-color: #507400;
}
.BgClassName
{
background-color: #507400;
}
</style>
border-color css
<style>
span { border-color: #507400; }
span { border-color: rgb(80,116,0); }
td.TdClassName
{
border-color: #507400;
}
.TagClassName
{
border-color: #507400;
}
</style>