Shades of Fiji Green #607114
Tints of Fiji Green #607114
RGB
CMYK
RGB Variations
Color information
#607114 (or 0x607114) is known color: Fiji Green. HEX triplet: 60, 71 and 14. RGB value is (96,113,20). Sum of RGB (Red+Green+Blue) = 96+113+20=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 113 (44.53% from 255 or 49.34% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 113 - color contains mainly: green. Hex color #607114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607114 is #9F8EEB. Grayscale: #616161. Windows color (decimal): -10456812 or 1339744. OLE color: 1339744.
HSL color Cylindrical-coordinate representation of color #607114: hue angle of 70.97º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #607114 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 113 | 20 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.56 |
| HSL | 70.97º | 0.7% | 0.26% | - |
| HSV(B) | 70.97º | 0.82% | 0.44% | - |
| XYZ | 10.86 | 14.35 | 2.86 | - |
| YUV | 97.32 | 84.37 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 113 | 20 | 0.15 | 0 | 0.82 | 0.56 | 70.97 | 0.7 | 0.26 |
| Hex | 60 | 71 | 14 | F | 0 | 52 | 38 | 47 | 46 | 1A |
| Octal | 140 | 161 | 24 | 17 | 0 | 122 | 70 | 107 | 106 | 32 |
| Binary | 1100000 | 1110001 | 10100 | 1111 | 0 | 1010010 | 111000 | 1000111 | 1000110 | 11010 |
Color Harmonies of #607114
Complementary color
Monochromatic Colors of #607114
Black with #607114
Text Example
Text Example
White with #607114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607114; }
p { color: rgb(96,113,20); }
H1.HeaderClassName
{
color: #607114;
}
.AnyTagClassName
{
color: #607114;
}
</style>
background-color css
<style>
a { background-color: #607114; }
a { background-color: rgb(96,113,20); }
div.DivClassName
{
background-color: #607114;
}
.BgClassName
{
background-color: #607114;
}
</style>
border-color css
<style>
span { border-color: #607114; }
span { border-color: rgb(96,113,20); }
td.TdClassName
{
border-color: #607114;
}
.TagClassName
{
border-color: #607114;
}
</style>