Shades of Fiji Green #607401
Tints of Fiji Green #607401
RGB
CMYK
RGB Variations
Color information
#607401 (or 0x607401) is known color: Fiji Green. HEX triplet: 60, 74 and 01. RGB value is (96,116,1). Sum of RGB (Red+Green+Blue) = 96+116+1=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 116 (45.70% from 255 or 54.46% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 116 - color contains mainly: green. Hex color #607401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607401 is #9F8BFE. Grayscale: #616161. Windows color (decimal): -10456063 or 95328. OLE color: 95328.
HSL color Cylindrical-coordinate representation of color #607401: hue angle of 70.43º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #607401 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 116 | 1 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.55 |
| HSL | 70.43º | 0.98% | 0.23% | - |
| HSV(B) | 70.43º | 0.99% | 0.45% | - |
| XYZ | 11.07 | 14.98 | 2.34 | - |
| YUV | 96.91 | 73.87 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 116 | 1 | 0.17 | 0 | 0.99 | 0.55 | 70.43 | 0.98 | 0.23 |
| Hex | 60 | 74 | 1 | 11 | 0 | 63 | 37 | 46 | 62 | 17 |
| Octal | 140 | 164 | 1 | 21 | 0 | 143 | 67 | 106 | 142 | 27 |
| Binary | 1100000 | 1110100 | 1 | 10001 | 0 | 1100011 | 110111 | 1000110 | 1100010 | 10111 |
Color Harmonies of #607401
Complementary color
Monochromatic Colors of #607401
Black with #607401
Text Example
Text Example
White with #607401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607401; }
p { color: rgb(96,116,1); }
H1.HeaderClassName
{
color: #607401;
}
.AnyTagClassName
{
color: #607401;
}
</style>
background-color css
<style>
a { background-color: #607401; }
a { background-color: rgb(96,116,1); }
div.DivClassName
{
background-color: #607401;
}
.BgClassName
{
background-color: #607401;
}
</style>
border-color css
<style>
span { border-color: #607401; }
span { border-color: rgb(96,116,1); }
td.TdClassName
{
border-color: #607401;
}
.TagClassName
{
border-color: #607401;
}
</style>