Shades of Fiji Green #607725
Tints of Fiji Green #607725
RGB
CMYK
RGB Variations
Color information
#607725 (or 0x607725) is known color: Fiji Green. HEX triplet: 60, 77 and 25. RGB value is (96,119,37). Sum of RGB (Red+Green+Blue) = 96+119+37=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 119 - color contains mainly: green. Hex color #607725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607725 is #9F88DA. Grayscale: #676767. Windows color (decimal): -10455259 or 2455392. OLE color: 2455392.
HSL color Cylindrical-coordinate representation of color #607725: hue angle of 76.83º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #607725 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 119 | 37 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.53 |
| HSL | 76.83º | 0.53% | 0.31% | - |
| HSV(B) | 76.83º | 0.69% | 0.47% | - |
| XYZ | 11.75 | 15.81 | 4.18 | - |
| YUV | 102.78 | 90.88 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 119 | 37 | 0.19 | 0 | 0.69 | 0.53 | 76.83 | 0.53 | 0.31 |
| Hex | 60 | 77 | 25 | 13 | 0 | 45 | 35 | 4D | 35 | 1F |
| Octal | 140 | 167 | 45 | 23 | 0 | 105 | 65 | 115 | 65 | 37 |
| Binary | 1100000 | 1110111 | 100101 | 10011 | 0 | 1000101 | 110101 | 1001101 | 110101 | 11111 |
Color Harmonies of #607725
Complementary color
Monochromatic Colors of #607725
Black with #607725
Text Example
Text Example
White with #607725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607725; }
p { color: rgb(96,119,37); }
H1.HeaderClassName
{
color: #607725;
}
.AnyTagClassName
{
color: #607725;
}
</style>
background-color css
<style>
a { background-color: #607725; }
a { background-color: rgb(96,119,37); }
div.DivClassName
{
background-color: #607725;
}
.BgClassName
{
background-color: #607725;
}
</style>
border-color css
<style>
span { border-color: #607725; }
span { border-color: rgb(96,119,37); }
td.TdClassName
{
border-color: #607725;
}
.TagClassName
{
border-color: #607725;
}
</style>