Shades of Fiji Green #607101
Tints of Fiji Green #607101
RGB
CMYK
RGB Variations
Color information
#607101 (or 0x607101) is known color: Fiji Green. HEX triplet: 60, 71 and 01. RGB value is (96,113,1). Sum of RGB (Red+Green+Blue) = 96+113+1=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 113 (44.53% from 255 or 53.81% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 113 - color contains mainly: green. Hex color #607101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607101 is #9F8EFE. Grayscale: #5F5F5F. Windows color (decimal): -10456831 or 94560. OLE color: 94560.
HSL color Cylindrical-coordinate representation of color #607101: hue angle of 69.11º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #607101 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 113 | 1 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.56 |
| HSL | 69.11º | 0.98% | 0.22% | - |
| HSV(B) | 69.11º | 0.99% | 0.44% | - |
| XYZ | 10.73 | 14.3 | 2.22 | - |
| YUV | 95.15 | 74.87 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 113 | 1 | 0.15 | 0 | 0.99 | 0.56 | 69.11 | 0.98 | 0.22 |
| Hex | 60 | 71 | 1 | F | 0 | 63 | 38 | 45 | 62 | 16 |
| Octal | 140 | 161 | 1 | 17 | 0 | 143 | 70 | 105 | 142 | 26 |
| Binary | 1100000 | 1110001 | 1 | 1111 | 0 | 1100011 | 111000 | 1000101 | 1100010 | 10110 |
Color Harmonies of #607101
Complementary color
Monochromatic Colors of #607101
Black with #607101
Text Example
Text Example
White with #607101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607101; }
p { color: rgb(96,113,1); }
H1.HeaderClassName
{
color: #607101;
}
.AnyTagClassName
{
color: #607101;
}
</style>
background-color css
<style>
a { background-color: #607101; }
a { background-color: rgb(96,113,1); }
div.DivClassName
{
background-color: #607101;
}
.BgClassName
{
background-color: #607101;
}
</style>
border-color css
<style>
span { border-color: #607101; }
span { border-color: rgb(96,113,1); }
td.TdClassName
{
border-color: #607101;
}
.TagClassName
{
border-color: #607101;
}
</style>