Shades of Fiji Green #607D03
Tints of Fiji Green #607D03
RGB
CMYK
RGB Variations
Color information
#607D03 (or 0x607D03) is known color: Fiji Green. HEX triplet: 60, 7D and 03. RGB value is (96,125,3). Sum of RGB (Red+Green+Blue) = 96+125+3=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 125 (49.22% from 255 or 55.80% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 125 - color contains mainly: green. Hex color #607D03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607D03 is #9F82FC. Grayscale: #666666. Windows color (decimal): -10453757 or 228704. OLE color: 228704.
HSL color Cylindrical-coordinate representation of color #607D03: hue angle of 74.26º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #607D03 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 125 | 3 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.51 |
| HSL | 74.26º | 0.95% | 0.25% | - |
| HSV(B) | 74.26º | 0.98% | 0.49% | - |
| XYZ | 12.17 | 17.16 | 2.76 | - |
| YUV | 102.42 | 71.89 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 125 | 3 | 0.23 | 0 | 0.98 | 0.51 | 74.26 | 0.95 | 0.25 |
| Hex | 60 | 7D | 3 | 17 | 0 | 62 | 33 | 4A | 5F | 19 |
| Octal | 140 | 175 | 3 | 27 | 0 | 142 | 63 | 112 | 137 | 31 |
| Binary | 1100000 | 1111101 | 11 | 10111 | 0 | 1100010 | 110011 | 1001010 | 1011111 | 11001 |
Color Harmonies of #607D03
Complementary color
Monochromatic Colors of #607D03
Black with #607D03
Text Example
Text Example
White with #607D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607D03; }
p { color: rgb(96,125,3); }
H1.HeaderClassName
{
color: #607D03;
}
.AnyTagClassName
{
color: #607D03;
}
</style>
background-color css
<style>
a { background-color: #607D03; }
a { background-color: rgb(96,125,3); }
div.DivClassName
{
background-color: #607D03;
}
.BgClassName
{
background-color: #607D03;
}
</style>
border-color css
<style>
span { border-color: #607D03; }
span { border-color: rgb(96,125,3); }
td.TdClassName
{
border-color: #607D03;
}
.TagClassName
{
border-color: #607D03;
}
</style>