Shades of Fiji Green #607102
Tints of Fiji Green #607102
RGB
CMYK
RGB Variations
Color information
#607102 (or 0x607102) is known color: Fiji Green. HEX triplet: 60, 71 and 02. RGB value is (96,113,2). Sum of RGB (Red+Green+Blue) = 96+113+2=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 113 (44.53% from 255 or 53.55% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 113 - color contains mainly: green. Hex color #607102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607102 is #9F8EFD. Grayscale: #5F5F5F. Windows color (decimal): -10456830 or 160096. OLE color: 160096.
HSL color Cylindrical-coordinate representation of color #607102: hue angle of 69.19º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #607102 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 113 | 2 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.56 |
| HSL | 69.19º | 0.97% | 0.23% | - |
| HSV(B) | 69.19º | 0.98% | 0.44% | - |
| XYZ | 10.74 | 14.3 | 2.25 | - |
| YUV | 95.26 | 75.37 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 113 | 2 | 0.15 | 0 | 0.98 | 0.56 | 69.19 | 0.97 | 0.23 |
| Hex | 60 | 71 | 2 | F | 0 | 62 | 38 | 45 | 61 | 17 |
| Octal | 140 | 161 | 2 | 17 | 0 | 142 | 70 | 105 | 141 | 27 |
| Binary | 1100000 | 1110001 | 10 | 1111 | 0 | 1100010 | 111000 | 1000101 | 1100001 | 10111 |
Color Harmonies of #607102
Complementary color
Monochromatic Colors of #607102
Black with #607102
Text Example
Text Example
White with #607102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607102; }
p { color: rgb(96,113,2); }
H1.HeaderClassName
{
color: #607102;
}
.AnyTagClassName
{
color: #607102;
}
</style>
background-color css
<style>
a { background-color: #607102; }
a { background-color: rgb(96,113,2); }
div.DivClassName
{
background-color: #607102;
}
.BgClassName
{
background-color: #607102;
}
</style>
border-color css
<style>
span { border-color: #607102; }
span { border-color: rgb(96,113,2); }
td.TdClassName
{
border-color: #607102;
}
.TagClassName
{
border-color: #607102;
}
</style>