Shades of Fiji Green #607D00
Tints of Fiji Green #607D00
RGB
CMYK
RGB Variations
Color information
#607D00 (or 0x607D00) is known color: Fiji Green. HEX triplet: 60, 7D and 00. RGB value is (96,125,0). Sum of RGB (Red+Green+Blue) = 96+125+0=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 125 (49.22% from 255 or 56.56% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 125 - color contains mainly: green. Hex color #607D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607D00 is #9F82FF. Grayscale: #666666. Windows color (decimal): -10453760 or 32096. OLE color: 32096.
HSL color Cylindrical-coordinate representation of color #607D00: hue angle of 73.92º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #607D00 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 125 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.51 |
| HSL | 73.92º | 1% | 0.25% | - |
| HSV(B) | 73.92º | 1% | 0.49% | - |
| XYZ | 12.16 | 17.15 | 2.67 | - |
| YUV | 102.08 | 70.39 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 125 | 0 | 0.23 | 0 | 1 | 0.51 | 73.92 | 1 | 0.25 |
| Hex | 60 | 7D | 0 | 17 | 0 | 64 | 33 | 4A | 64 | 19 |
| Octal | 140 | 175 | 0 | 27 | 0 | 144 | 63 | 112 | 144 | 31 |
| Binary | 1100000 | 1111101 | 0 | 10111 | 0 | 1100100 | 110011 | 1001010 | 1100100 | 11001 |
Color Harmonies of #607D00
Complementary color
Monochromatic Colors of #607D00
Black with #607D00
Text Example
Text Example
White with #607D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607D00; }
p { color: rgb(96,125,0); }
H1.HeaderClassName
{
color: #607D00;
}
.AnyTagClassName
{
color: #607D00;
}
</style>
background-color css
<style>
a { background-color: #607D00; }
a { background-color: rgb(96,125,0); }
div.DivClassName
{
background-color: #607D00;
}
.BgClassName
{
background-color: #607D00;
}
</style>
border-color css
<style>
span { border-color: #607D00; }
span { border-color: rgb(96,125,0); }
td.TdClassName
{
border-color: #607D00;
}
.TagClassName
{
border-color: #607D00;
}
</style>