Shades of Fiji Green #607619
Tints of Fiji Green #607619
RGB
CMYK
RGB Variations
Color information
#607619 (or 0x607619) is known color: Fiji Green. HEX triplet: 60, 76 and 19. RGB value is (96,118,25). Sum of RGB (Red+Green+Blue) = 96+118+25=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 25 (10.16% from 255 or 10.46% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #607619 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607619 is #9F89E6. Grayscale: #656565. Windows color (decimal): -10455527 or 1668704. OLE color: 1668704.
HSL color Cylindrical-coordinate representation of color #607619: hue angle of 74.19º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #607619 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 118 | 25 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.54 |
| HSL | 74.19º | 0.65% | 0.28% | - |
| HSV(B) | 74.19º | 0.79% | 0.46% | - |
| XYZ | 11.48 | 15.51 | 3.31 | - |
| YUV | 100.82 | 85.21 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 118 | 25 | 0.19 | 0 | 0.79 | 0.54 | 74.19 | 0.65 | 0.28 |
| Hex | 60 | 76 | 19 | 13 | 0 | 4F | 36 | 4A | 41 | 1C |
| Octal | 140 | 166 | 31 | 23 | 0 | 117 | 66 | 112 | 101 | 34 |
| Binary | 1100000 | 1110110 | 11001 | 10011 | 0 | 1001111 | 110110 | 1001010 | 1000001 | 11100 |
Color Harmonies of #607619
Complementary color
Monochromatic Colors of #607619
Black with #607619
Text Example
Text Example
White with #607619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607619; }
p { color: rgb(96,118,25); }
H1.HeaderClassName
{
color: #607619;
}
.AnyTagClassName
{
color: #607619;
}
</style>
background-color css
<style>
a { background-color: #607619; }
a { background-color: rgb(96,118,25); }
div.DivClassName
{
background-color: #607619;
}
.BgClassName
{
background-color: #607619;
}
</style>
border-color css
<style>
span { border-color: #607619; }
span { border-color: rgb(96,118,25); }
td.TdClassName
{
border-color: #607619;
}
.TagClassName
{
border-color: #607619;
}
</style>