Shades of Fiji Green #607403
Tints of Fiji Green #607403
RGB
CMYK
RGB Variations
Color information
#607403 (or 0x607403) is known color: Fiji Green. HEX triplet: 60, 74 and 03. RGB value is (96,116,3). Sum of RGB (Red+Green+Blue) = 96+116+3=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 116 (45.70% from 255 or 53.95% from 215); Blue value is 3 (1.56% from 255 or 1.40% from 215); Max value from RGB is 116 - color contains mainly: green. Hex color #607403 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607403 is #9F8BFC. Grayscale: #616161. Windows color (decimal): -10456061 or 226400. OLE color: 226400.
HSL color Cylindrical-coordinate representation of color #607403: hue angle of 70.62º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #607403 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 116 | 3 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.55 |
| HSL | 70.62º | 0.95% | 0.23% | - |
| HSV(B) | 70.62º | 0.97% | 0.45% | - |
| XYZ | 11.09 | 14.98 | 2.39 | - |
| YUV | 97.14 | 74.87 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 116 | 3 | 0.17 | 0 | 0.97 | 0.55 | 70.62 | 0.95 | 0.23 |
| Hex | 60 | 74 | 3 | 11 | 0 | 61 | 37 | 47 | 5F | 17 |
| Octal | 140 | 164 | 3 | 21 | 0 | 141 | 67 | 107 | 137 | 27 |
| Binary | 1100000 | 1110100 | 11 | 10001 | 0 | 1100001 | 110111 | 1000111 | 1011111 | 10111 |
Color Harmonies of #607403
Complementary color
Monochromatic Colors of #607403
Black with #607403
Text Example
Text Example
White with #607403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607403; }
p { color: rgb(96,116,3); }
H1.HeaderClassName
{
color: #607403;
}
.AnyTagClassName
{
color: #607403;
}
</style>
background-color css
<style>
a { background-color: #607403; }
a { background-color: rgb(96,116,3); }
div.DivClassName
{
background-color: #607403;
}
.BgClassName
{
background-color: #607403;
}
</style>
border-color css
<style>
span { border-color: #607403; }
span { border-color: rgb(96,116,3); }
td.TdClassName
{
border-color: #607403;
}
.TagClassName
{
border-color: #607403;
}
</style>