Shades of Fiji Green #607404
Tints of Fiji Green #607404
RGB
CMYK
RGB Variations
Color information
#607404 (or 0x607404) is known color: Fiji Green. HEX triplet: 60, 74 and 04. RGB value is (96,116,4). Sum of RGB (Red+Green+Blue) = 96+116+4=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 116 (45.70% from 255 or 53.70% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 116 - color contains mainly: green. Hex color #607404 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607404 is #9F8BFB. Grayscale: #616161. Windows color (decimal): -10456060 or 291936. OLE color: 291936.
HSL color Cylindrical-coordinate representation of color #607404: hue angle of 70.71º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #607404 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 116 | 4 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.55 |
| HSL | 70.71º | 0.93% | 0.24% | - |
| HSV(B) | 70.71º | 0.97% | 0.45% | - |
| XYZ | 11.09 | 14.99 | 2.42 | - |
| YUV | 97.25 | 75.37 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 116 | 4 | 0.17 | 0 | 0.97 | 0.55 | 70.71 | 0.93 | 0.24 |
| Hex | 60 | 74 | 4 | 11 | 0 | 61 | 37 | 47 | 5D | 18 |
| Octal | 140 | 164 | 4 | 21 | 0 | 141 | 67 | 107 | 135 | 30 |
| Binary | 1100000 | 1110100 | 100 | 10001 | 0 | 1100001 | 110111 | 1000111 | 1011101 | 11000 |
Color Harmonies of #607404
Complementary color
Monochromatic Colors of #607404
Black with #607404
Text Example
Text Example
White with #607404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607404; }
p { color: rgb(96,116,4); }
H1.HeaderClassName
{
color: #607404;
}
.AnyTagClassName
{
color: #607404;
}
</style>
background-color css
<style>
a { background-color: #607404; }
a { background-color: rgb(96,116,4); }
div.DivClassName
{
background-color: #607404;
}
.BgClassName
{
background-color: #607404;
}
</style>
border-color css
<style>
span { border-color: #607404; }
span { border-color: rgb(96,116,4); }
td.TdClassName
{
border-color: #607404;
}
.TagClassName
{
border-color: #607404;
}
</style>