Shades of Fiji Green #607D12
Tints of Fiji Green #607D12
RGB
CMYK
RGB Variations
Color information
#607D12 (or 0x607D12) is known color: Fiji Green. HEX triplet: 60, 7D and 12. RGB value is (96,125,18). Sum of RGB (Red+Green+Blue) = 96+125+18=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 125 (49.22% from 255 or 52.30% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 125 - color contains mainly: green. Hex color #607D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607D12 is #9F82ED. Grayscale: #686868. Windows color (decimal): -10453742 or 1211744. OLE color: 1211744.
HSL color Cylindrical-coordinate representation of color #607D12: hue angle of 76.26º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #607D12 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 125 | 18 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.51 |
| HSL | 76.26º | 0.75% | 0.28% | - |
| HSV(B) | 76.26º | 0.86% | 0.49% | - |
| XYZ | 12.27 | 17.2 | 3.25 | - |
| YUV | 104.13 | 79.39 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 125 | 18 | 0.23 | 0 | 0.86 | 0.51 | 76.26 | 0.75 | 0.28 |
| Hex | 60 | 7D | 12 | 17 | 0 | 56 | 33 | 4C | 4B | 1C |
| Octal | 140 | 175 | 22 | 27 | 0 | 126 | 63 | 114 | 113 | 34 |
| Binary | 1100000 | 1111101 | 10010 | 10111 | 0 | 1010110 | 110011 | 1001100 | 1001011 | 11100 |
Color Harmonies of #607D12
Complementary color
Monochromatic Colors of #607D12
Black with #607D12
Text Example
Text Example
White with #607D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607D12; }
p { color: rgb(96,125,18); }
H1.HeaderClassName
{
color: #607D12;
}
.AnyTagClassName
{
color: #607D12;
}
</style>
background-color css
<style>
a { background-color: #607D12; }
a { background-color: rgb(96,125,18); }
div.DivClassName
{
background-color: #607D12;
}
.BgClassName
{
background-color: #607D12;
}
</style>
border-color css
<style>
span { border-color: #607D12; }
span { border-color: rgb(96,125,18); }
td.TdClassName
{
border-color: #607D12;
}
.TagClassName
{
border-color: #607D12;
}
</style>