Shades of Fiji Green #608004
Tints of Fiji Green #608004
RGB
CMYK
RGB Variations
Color information
#608004 (or 0x608004) is known color: Fiji Green. HEX triplet: 60, 80 and 04. RGB value is (96,128,4). Sum of RGB (Red+Green+Blue) = 96+128+4=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 128 (50.39% from 255 or 56.14% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 128 - color contains mainly: green. Hex color #608004 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608004 is #9F7FFB. Grayscale: #686868. Windows color (decimal): -10452988 or 295008. OLE color: 295008.
HSL color Cylindrical-coordinate representation of color #608004: hue angle of 75.48º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #608004 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 128 | 4 | - |
| CMYK | 0.25 | 0 | 0.97 | 0.50 |
| HSL | 75.48º | 0.94% | 0.26% | - |
| HSV(B) | 75.48º | 0.97% | 0.5% | - |
| XYZ | 12.56 | 17.93 | 2.91 | - |
| YUV | 104.3 | 71.4 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 128 | 4 | 0.25 | 0 | 0.97 | 0.50 | 75.48 | 0.94 | 0.26 |
| Hex | 60 | 80 | 4 | 19 | 0 | 61 | 32 | 4B | 5E | 1A |
| Octal | 140 | 200 | 4 | 31 | 0 | 141 | 62 | 113 | 136 | 32 |
| Binary | 1100000 | 10000000 | 100 | 11001 | 0 | 1100001 | 110010 | 1001011 | 1011110 | 11010 |
Color Harmonies of #608004
Complementary color
Monochromatic Colors of #608004
Black with #608004
Text Example
Text Example
White with #608004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608004; }
p { color: rgb(96,128,4); }
H1.HeaderClassName
{
color: #608004;
}
.AnyTagClassName
{
color: #608004;
}
</style>
background-color css
<style>
a { background-color: #608004; }
a { background-color: rgb(96,128,4); }
div.DivClassName
{
background-color: #608004;
}
.BgClassName
{
background-color: #608004;
}
</style>
border-color css
<style>
span { border-color: #608004; }
span { border-color: rgb(96,128,4); }
td.TdClassName
{
border-color: #608004;
}
.TagClassName
{
border-color: #608004;
}
</style>