Shades of Fiji Green #607D22
Tints of Fiji Green #607D22
RGB
CMYK
RGB Variations
Color information
#607D22 (or 0x607D22) is known color: Fiji Green. HEX triplet: 60, 7D and 22. RGB value is (96,125,34). Sum of RGB (Red+Green+Blue) = 96+125+34=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 125 (49.22% from 255 or 49.02% from 255); Blue value is 34 (13.67% from 255 or 13.33% from 255); Max value from RGB is 125 - color contains mainly: green. Hex color #607D22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607D22 is #9F82DD. Grayscale: #6A6A6A. Windows color (decimal): -10453726 or 2260320. OLE color: 2260320.
HSL color Cylindrical-coordinate representation of color #607D22: hue angle of 79.12º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #607D22 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 125 | 34 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.51 |
| HSL | 79.12º | 0.57% | 0.31% | - |
| HSV(B) | 79.12º | 0.73% | 0.49% | - |
| XYZ | 12.45 | 17.27 | 4.19 | - |
| YUV | 105.96 | 87.39 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 125 | 34 | 0.23 | 0 | 0.73 | 0.51 | 79.12 | 0.57 | 0.31 |
| Hex | 60 | 7D | 22 | 17 | 0 | 49 | 33 | 4F | 39 | 1F |
| Octal | 140 | 175 | 42 | 27 | 0 | 111 | 63 | 117 | 71 | 37 |
| Binary | 1100000 | 1111101 | 100010 | 10111 | 0 | 1001001 | 110011 | 1001111 | 111001 | 11111 |
Color Harmonies of #607D22
Complementary color
Monochromatic Colors of #607D22
Black with #607D22
Text Example
Text Example
White with #607D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607D22; }
p { color: rgb(96,125,34); }
H1.HeaderClassName
{
color: #607D22;
}
.AnyTagClassName
{
color: #607D22;
}
</style>
background-color css
<style>
a { background-color: #607D22; }
a { background-color: rgb(96,125,34); }
div.DivClassName
{
background-color: #607D22;
}
.BgClassName
{
background-color: #607D22;
}
</style>
border-color css
<style>
span { border-color: #607D22; }
span { border-color: rgb(96,125,34); }
td.TdClassName
{
border-color: #607D22;
}
.TagClassName
{
border-color: #607D22;
}
</style>