Shades of Fiji Green #607621
Tints of Fiji Green #607621
RGB
CMYK
RGB Variations
Color information
#607621 (or 0x607621) is known color: Fiji Green. HEX triplet: 60, 76 and 21. RGB value is (96,118,33). Sum of RGB (Red+Green+Blue) = 96+118+33=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 33 (13.28% from 255 or 13.36% from 247); Max value from RGB is 118 - color contains mainly: green. Hex color #607621 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607621 is #9F89DE. Grayscale: #666666. Windows color (decimal): -10455519 or 2192992. OLE color: 2192992.
HSL color Cylindrical-coordinate representation of color #607621: hue angle of 75.53º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #607621 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 118 | 33 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.54 |
| HSL | 75.53º | 0.56% | 0.3% | - |
| HSV(B) | 75.53º | 0.72% | 0.46% | - |
| XYZ | 11.58 | 15.55 | 3.83 | - |
| YUV | 101.73 | 89.21 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 118 | 33 | 0.19 | 0 | 0.72 | 0.54 | 75.53 | 0.56 | 0.3 |
| Hex | 60 | 76 | 21 | 13 | 0 | 48 | 36 | 4C | 38 | 1E |
| Octal | 140 | 166 | 41 | 23 | 0 | 110 | 66 | 114 | 70 | 36 |
| Binary | 1100000 | 1110110 | 100001 | 10011 | 0 | 1001000 | 110110 | 1001100 | 111000 | 11110 |
Color Harmonies of #607621
Complementary color
Monochromatic Colors of #607621
Black with #607621
Text Example
Text Example
White with #607621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607621; }
p { color: rgb(96,118,33); }
H1.HeaderClassName
{
color: #607621;
}
.AnyTagClassName
{
color: #607621;
}
</style>
background-color css
<style>
a { background-color: #607621; }
a { background-color: rgb(96,118,33); }
div.DivClassName
{
background-color: #607621;
}
.BgClassName
{
background-color: #607621;
}
</style>
border-color css
<style>
span { border-color: #607621; }
span { border-color: rgb(96,118,33); }
td.TdClassName
{
border-color: #607621;
}
.TagClassName
{
border-color: #607621;
}
</style>