Shades of Fiji Green #607D08
Tints of Fiji Green #607D08
RGB
CMYK
RGB Variations
Color information
#607D08 (or 0x607D08) is known color: Fiji Green. HEX triplet: 60, 7D and 08. RGB value is (96,125,8). Sum of RGB (Red+Green+Blue) = 96+125+8=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 125 (49.22% from 255 or 54.59% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 125 - color contains mainly: green. Hex color #607D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607D08 is #9F82F7. Grayscale: #676767. Windows color (decimal): -10453752 or 556384. OLE color: 556384.
HSL color Cylindrical-coordinate representation of color #607D08: hue angle of 74.87º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #607D08 is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 125 | 8 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.51 |
| HSL | 74.87º | 0.88% | 0.26% | - |
| HSV(B) | 74.87º | 0.94% | 0.49% | - |
| XYZ | 12.2 | 17.17 | 2.9 | - |
| YUV | 102.99 | 74.39 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 125 | 8 | 0.23 | 0 | 0.94 | 0.51 | 74.87 | 0.88 | 0.26 |
| Hex | 60 | 7D | 8 | 17 | 0 | 5E | 33 | 4B | 58 | 1A |
| Octal | 140 | 175 | 10 | 27 | 0 | 136 | 63 | 113 | 130 | 32 |
| Binary | 1100000 | 1111101 | 1000 | 10111 | 0 | 1011110 | 110011 | 1001011 | 1011000 | 11010 |
Color Harmonies of #607D08
Complementary color
Monochromatic Colors of #607D08
Black with #607D08
Text Example
Text Example
White with #607D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607D08; }
p { color: rgb(96,125,8); }
H1.HeaderClassName
{
color: #607D08;
}
.AnyTagClassName
{
color: #607D08;
}
</style>
background-color css
<style>
a { background-color: #607D08; }
a { background-color: rgb(96,125,8); }
div.DivClassName
{
background-color: #607D08;
}
.BgClassName
{
background-color: #607D08;
}
</style>
border-color css
<style>
span { border-color: #607D08; }
span { border-color: rgb(96,125,8); }
td.TdClassName
{
border-color: #607D08;
}
.TagClassName
{
border-color: #607D08;
}
</style>