Shades of Fiji Green #607C00
Tints of Fiji Green #607C00
RGB
CMYK
RGB Variations
Color information
#607C00 (or 0x607C00) is known color: Fiji Green. HEX triplet: 60, 7C and 00. RGB value is (96,124,0). Sum of RGB (Red+Green+Blue) = 96+124+0=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 124 (48.83% from 255 or 56.36% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 124 - color contains mainly: green. Hex color #607C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607C00 is #9F83FF. Grayscale: #656565. Windows color (decimal): -10454016 or 31840. OLE color: 31840.
HSL color Cylindrical-coordinate representation of color #607C00: hue angle of 73.55º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #607C00 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 124 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.51 |
| HSL | 73.55º | 1% | 0.24% | - |
| HSV(B) | 73.55º | 1% | 0.49% | - |
| XYZ | 12.03 | 16.9 | 2.63 | - |
| YUV | 101.49 | 70.72 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 0 | 0.23 | 0 | 1 | 0.51 | 73.55 | 1 | 0.24 |
| Hex | 60 | 7C | 0 | 17 | 0 | 64 | 33 | 4A | 64 | 18 |
| Octal | 140 | 174 | 0 | 27 | 0 | 144 | 63 | 112 | 144 | 30 |
| Binary | 1100000 | 1111100 | 0 | 10111 | 0 | 1100100 | 110011 | 1001010 | 1100100 | 11000 |
Color Harmonies of #607C00
Complementary color
Monochromatic Colors of #607C00
Black with #607C00
Text Example
Text Example
White with #607C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607C00; }
p { color: rgb(96,124,0); }
H1.HeaderClassName
{
color: #607C00;
}
.AnyTagClassName
{
color: #607C00;
}
</style>
background-color css
<style>
a { background-color: #607C00; }
a { background-color: rgb(96,124,0); }
div.DivClassName
{
background-color: #607C00;
}
.BgClassName
{
background-color: #607C00;
}
</style>
border-color css
<style>
span { border-color: #607C00; }
span { border-color: rgb(96,124,0); }
td.TdClassName
{
border-color: #607C00;
}
.TagClassName
{
border-color: #607C00;
}
</style>