Shades of Fiji Green #607C1A
Tints of Fiji Green #607C1A
RGB
CMYK
RGB Variations
Color information
#607C1A (or 0x607C1A) is known color: Fiji Green. HEX triplet: 60, 7C and 1A. RGB value is (96,124,26). Sum of RGB (Red+Green+Blue) = 96+124+26=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 124 (48.83% from 255 or 50.41% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 124 - color contains mainly: green. Hex color #607C1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607C1A is #9F83E5. Grayscale: #686868. Windows color (decimal): -10453990 or 1735776. OLE color: 1735776.
HSL color Cylindrical-coordinate representation of color #607C1A: hue angle of 77.14º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #607C1A is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 124 | 26 | - |
| CMYK | 0.23 | 0 | 0.79 | 0.51 |
| HSL | 77.14º | 0.65% | 0.29% | - |
| HSV(B) | 77.14º | 0.79% | 0.49% | - |
| XYZ | 12.22 | 16.98 | 3.61 | - |
| YUV | 104.46 | 83.72 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 26 | 0.23 | 0 | 0.79 | 0.51 | 77.14 | 0.65 | 0.29 |
| Hex | 60 | 7C | 1A | 17 | 0 | 4F | 33 | 4D | 41 | 1D |
| Octal | 140 | 174 | 32 | 27 | 0 | 117 | 63 | 115 | 101 | 35 |
| Binary | 1100000 | 1111100 | 11010 | 10111 | 0 | 1001111 | 110011 | 1001101 | 1000001 | 11101 |
Color Harmonies of #607C1A
Complementary color
Monochromatic Colors of #607C1A
Black with #607C1A
Text Example
Text Example
White with #607C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607C1A; }
p { color: rgb(96,124,26); }
H1.HeaderClassName
{
color: #607C1A;
}
.AnyTagClassName
{
color: #607C1A;
}
</style>
background-color css
<style>
a { background-color: #607C1A; }
a { background-color: rgb(96,124,26); }
div.DivClassName
{
background-color: #607C1A;
}
.BgClassName
{
background-color: #607C1A;
}
</style>
border-color css
<style>
span { border-color: #607C1A; }
span { border-color: rgb(96,124,26); }
td.TdClassName
{
border-color: #607C1A;
}
.TagClassName
{
border-color: #607C1A;
}
</style>