Shades of Fiji Green #607E04
Tints of Fiji Green #607E04
RGB
CMYK
RGB Variations
Color information
#607E04 (or 0x607E04) is known color: Fiji Green. HEX triplet: 60, 7E and 04. RGB value is (96,126,4). Sum of RGB (Red+Green+Blue) = 96+126+4=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 126 (49.61% from 255 or 55.75% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 126 - color contains mainly: green. Hex color #607E04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607E04 is #9F81FB. Grayscale: #676767. Windows color (decimal): -10453500 or 294496. OLE color: 294496.
HSL color Cylindrical-coordinate representation of color #607E04: hue angle of 74.75º 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 #607E04 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 126 | 4 | - |
| CMYK | 0.24 | 0 | 0.97 | 0.51 |
| HSL | 74.75º | 0.94% | 0.25% | - |
| HSV(B) | 74.75º | 0.97% | 0.49% | - |
| XYZ | 12.31 | 17.42 | 2.83 | - |
| YUV | 103.12 | 72.06 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 126 | 4 | 0.24 | 0 | 0.97 | 0.51 | 74.75 | 0.94 | 0.25 |
| Hex | 60 | 7E | 4 | 18 | 0 | 61 | 33 | 4B | 5E | 19 |
| Octal | 140 | 176 | 4 | 30 | 0 | 141 | 63 | 113 | 136 | 31 |
| Binary | 1100000 | 1111110 | 100 | 11000 | 0 | 1100001 | 110011 | 1001011 | 1011110 | 11001 |
Color Harmonies of #607E04
Complementary color
Monochromatic Colors of #607E04
Black with #607E04
Text Example
Text Example
White with #607E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607E04; }
p { color: rgb(96,126,4); }
H1.HeaderClassName
{
color: #607E04;
}
.AnyTagClassName
{
color: #607E04;
}
</style>
background-color css
<style>
a { background-color: #607E04; }
a { background-color: rgb(96,126,4); }
div.DivClassName
{
background-color: #607E04;
}
.BgClassName
{
background-color: #607E04;
}
</style>
border-color css
<style>
span { border-color: #607E04; }
span { border-color: rgb(96,126,4); }
td.TdClassName
{
border-color: #607E04;
}
.TagClassName
{
border-color: #607E04;
}
</style>