Shades of Fiji Green #607C04
Tints of Fiji Green #607C04
RGB
CMYK
RGB Variations
Color information
#607C04 (or 0x607C04) is known color: Fiji Green. HEX triplet: 60, 7C and 04. RGB value is (96,124,4). Sum of RGB (Red+Green+Blue) = 96+124+4=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 124 (48.83% from 255 or 55.36% from 224); Blue value is 4 (1.95% from 255 or 1.79% from 224); Max value from RGB is 124 - color contains mainly: green. Hex color #607C04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607C04 is #9F83FB. Grayscale: #666666. Windows color (decimal): -10454012 or 293984. OLE color: 293984.
HSL color Cylindrical-coordinate representation of color #607C04: hue angle of 74º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #607C04 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 124 | 4 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.51 |
| HSL | 74º | 0.94% | 0.25% | - |
| HSV(B) | 74º | 0.97% | 0.49% | - |
| XYZ | 12.05 | 16.91 | 2.74 | - |
| YUV | 101.95 | 72.72 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 4 | 0.23 | 0 | 0.97 | 0.51 | 74 | 0.94 | 0.25 |
| Hex | 60 | 7C | 4 | 17 | 0 | 61 | 33 | 4A | 5E | 19 |
| Octal | 140 | 174 | 4 | 27 | 0 | 141 | 63 | 112 | 136 | 31 |
| Binary | 1100000 | 1111100 | 100 | 10111 | 0 | 1100001 | 110011 | 1001010 | 1011110 | 11001 |
Color Harmonies of #607C04
Complementary color
Monochromatic Colors of #607C04
Black with #607C04
Text Example
Text Example
White with #607C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607C04; }
p { color: rgb(96,124,4); }
H1.HeaderClassName
{
color: #607C04;
}
.AnyTagClassName
{
color: #607C04;
}
</style>
background-color css
<style>
a { background-color: #607C04; }
a { background-color: rgb(96,124,4); }
div.DivClassName
{
background-color: #607C04;
}
.BgClassName
{
background-color: #607C04;
}
</style>
border-color css
<style>
span { border-color: #607C04; }
span { border-color: rgb(96,124,4); }
td.TdClassName
{
border-color: #607C04;
}
.TagClassName
{
border-color: #607C04;
}
</style>