Shades of Fiji Green #607703
Tints of Fiji Green #607703
RGB
CMYK
RGB Variations
Color information
#607703 (or 0x607703) is known color: Fiji Green. HEX triplet: 60, 77 and 03. RGB value is (96,119,3). Sum of RGB (Red+Green+Blue) = 96+119+3=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 119 (46.88% from 255 or 54.59% from 218); Blue value is 3 (1.56% from 255 or 1.38% from 218); Max value from RGB is 119 - color contains mainly: green. Hex color #607703 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607703 is #9F88FC. Grayscale: #636363. Windows color (decimal): -10455293 or 227168. OLE color: 227168.
HSL color Cylindrical-coordinate representation of color #607703: hue angle of 71.9º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #607703 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 119 | 3 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.53 |
| HSL | 71.9º | 0.95% | 0.24% | - |
| HSV(B) | 71.9º | 0.97% | 0.47% | - |
| XYZ | 11.44 | 15.69 | 2.51 | - |
| YUV | 98.9 | 73.88 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 119 | 3 | 0.19 | 0 | 0.97 | 0.53 | 71.9 | 0.95 | 0.24 |
| Hex | 60 | 77 | 3 | 13 | 0 | 61 | 35 | 48 | 5F | 18 |
| Octal | 140 | 167 | 3 | 23 | 0 | 141 | 65 | 110 | 137 | 30 |
| Binary | 1100000 | 1110111 | 11 | 10011 | 0 | 1100001 | 110101 | 1001000 | 1011111 | 11000 |
Color Harmonies of #607703
Complementary color
Monochromatic Colors of #607703
Black with #607703
Text Example
Text Example
White with #607703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607703; }
p { color: rgb(96,119,3); }
H1.HeaderClassName
{
color: #607703;
}
.AnyTagClassName
{
color: #607703;
}
</style>
background-color css
<style>
a { background-color: #607703; }
a { background-color: rgb(96,119,3); }
div.DivClassName
{
background-color: #607703;
}
.BgClassName
{
background-color: #607703;
}
</style>
border-color css
<style>
span { border-color: #607703; }
span { border-color: rgb(96,119,3); }
td.TdClassName
{
border-color: #607703;
}
.TagClassName
{
border-color: #607703;
}
</style>