Shades of Fiji Green #607025
Tints of Fiji Green #607025
RGB
CMYK
RGB Variations
Color information
#607025 (or 0x607025) is known color: Fiji Green. HEX triplet: 60, 70 and 25. RGB value is (96,112,37). Sum of RGB (Red+Green+Blue) = 96+112+37=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #607025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607025 is #9F8FDA. Grayscale: #626262. Windows color (decimal): -10457051 or 2453600. OLE color: 2453600.
HSL color Cylindrical-coordinate representation of color #607025: hue angle of 72.8º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #607025 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 112 | 37 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.56 |
| HSL | 72.8º | 0.5% | 0.29% | - |
| HSV(B) | 72.8º | 0.67% | 0.44% | - |
| XYZ | 10.95 | 14.21 | 3.92 | - |
| YUV | 98.67 | 93.2 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 112 | 37 | 0.14 | 0 | 0.67 | 0.56 | 72.8 | 0.5 | 0.29 |
| Hex | 60 | 70 | 25 | E | 0 | 43 | 38 | 49 | 32 | 1D |
| Octal | 140 | 160 | 45 | 16 | 0 | 103 | 70 | 111 | 62 | 35 |
| Binary | 1100000 | 1110000 | 100101 | 1110 | 0 | 1000011 | 111000 | 1001001 | 110010 | 11101 |
Color Harmonies of #607025
Complementary color
Monochromatic Colors of #607025
Black with #607025
Text Example
Text Example
White with #607025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607025; }
p { color: rgb(96,112,37); }
H1.HeaderClassName
{
color: #607025;
}
.AnyTagClassName
{
color: #607025;
}
</style>
background-color css
<style>
a { background-color: #607025; }
a { background-color: rgb(96,112,37); }
div.DivClassName
{
background-color: #607025;
}
.BgClassName
{
background-color: #607025;
}
</style>
border-color css
<style>
span { border-color: #607025; }
span { border-color: rgb(96,112,37); }
td.TdClassName
{
border-color: #607025;
}
.TagClassName
{
border-color: #607025;
}
</style>