Shades of Fiji Green #62701F
Tints of Fiji Green #62701F
RGB
CMYK
RGB Variations
Color information
#62701F (or 0x62701F) is known color: Fiji Green. HEX triplet: 62, 70 and 1F. RGB value is (98,112,31). Sum of RGB (Red+Green+Blue) = 98+112+31=241 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.66% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 31 (12.5% from 255 or 12.86% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #62701F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62701F is #9D8FE0. Grayscale: #626262. Windows color (decimal): -10325985 or 2060386. OLE color: 2060386.
HSL color Cylindrical-coordinate representation of color #62701F: hue angle of 70.37º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #62701F is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 112 | 31 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.56 |
| HSL | 70.37º | 0.57% | 0.28% | - |
| HSV(B) | 70.37º | 0.72% | 0.44% | - |
| XYZ | 11.08 | 14.28 | 3.47 | - |
| YUV | 98.58 | 89.86 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 112 | 31 | 0.13 | 0 | 0.72 | 0.56 | 70.37 | 0.57 | 0.28 |
| Hex | 62 | 70 | 1F | D | 0 | 48 | 38 | 46 | 39 | 1C |
| Octal | 142 | 160 | 37 | 15 | 0 | 110 | 70 | 106 | 71 | 34 |
| Binary | 1100010 | 1110000 | 11111 | 1101 | 0 | 1001000 | 111000 | 1000110 | 111001 | 11100 |
Color Harmonies of #62701F
Complementary color
Monochromatic Colors of #62701F
Black with #62701F
Text Example
Text Example
White with #62701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62701F; }
p { color: rgb(98,112,31); }
H1.HeaderClassName
{
color: #62701F;
}
.AnyTagClassName
{
color: #62701F;
}
</style>
background-color css
<style>
a { background-color: #62701F; }
a { background-color: rgb(98,112,31); }
div.DivClassName
{
background-color: #62701F;
}
.BgClassName
{
background-color: #62701F;
}
</style>
border-color css
<style>
span { border-color: #62701F; }
span { border-color: rgb(98,112,31); }
td.TdClassName
{
border-color: #62701F;
}
.TagClassName
{
border-color: #62701F;
}
</style>