Shades of Fiji Green #607A07
Tints of Fiji Green #607A07
RGB
CMYK
RGB Variations
Color information
#607A07 (or 0x607A07) is known color: Fiji Green. HEX triplet: 60, 7A and 07. RGB value is (96,122,7). Sum of RGB (Red+Green+Blue) = 96+122+7=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 122 (48.05% from 255 or 54.22% from 225); Blue value is 7 (3.12% from 255 or 3.11% from 225); Max value from RGB is 122 - color contains mainly: green. Hex color #607A07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607A07 is #9F85F8. Grayscale: #656565. Windows color (decimal): -10454521 or 490080. OLE color: 490080.
HSL color Cylindrical-coordinate representation of color #607A07: hue angle of 73.57º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #607A07 is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 122 | 7 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.52 |
| HSL | 73.57º | 0.89% | 0.25% | - |
| HSV(B) | 73.57º | 0.94% | 0.48% | - |
| XYZ | 11.82 | 16.42 | 2.75 | - |
| YUV | 101.12 | 74.89 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 7 | 0.21 | 0 | 0.94 | 0.52 | 73.57 | 0.89 | 0.25 |
| Hex | 60 | 7A | 7 | 15 | 0 | 5E | 34 | 4A | 59 | 19 |
| Octal | 140 | 172 | 7 | 25 | 0 | 136 | 64 | 112 | 131 | 31 |
| Binary | 1100000 | 1111010 | 111 | 10101 | 0 | 1011110 | 110100 | 1001010 | 1011001 | 11001 |
Color Harmonies of #607A07
Complementary color
Monochromatic Colors of #607A07
Black with #607A07
Text Example
Text Example
White with #607A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607A07; }
p { color: rgb(96,122,7); }
H1.HeaderClassName
{
color: #607A07;
}
.AnyTagClassName
{
color: #607A07;
}
</style>
background-color css
<style>
a { background-color: #607A07; }
a { background-color: rgb(96,122,7); }
div.DivClassName
{
background-color: #607A07;
}
.BgClassName
{
background-color: #607A07;
}
</style>
border-color css
<style>
span { border-color: #607A07; }
span { border-color: rgb(96,122,7); }
td.TdClassName
{
border-color: #607A07;
}
.TagClassName
{
border-color: #607A07;
}
</style>