Shades of Fiji Green #62700C
Tints of Fiji Green #62700C
RGB
CMYK
RGB Variations
Color information
#62700C (or 0x62700C) is known color: Fiji Green. HEX triplet: 62, 70 and 0C. RGB value is (98,112,12). Sum of RGB (Red+Green+Blue) = 98+112+12=222 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.14% from 222); Green value is 112 (44.14% from 255 or 50.45% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 112 - color contains mainly: green. Hex color #62700C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62700C is #9D8FF3. Grayscale: #606060. Windows color (decimal): -10326004 or 815202. OLE color: 815202.
HSL color Cylindrical-coordinate representation of color #62700C: hue angle of 68.4º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #62700C is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 112 | 12 | - |
| CMYK | 0.13 | 0 | 0.89 | 0.56 |
| HSL | 68.4º | 0.81% | 0.24% | - |
| HSV(B) | 68.4º | 0.89% | 0.44% | - |
| XYZ | 10.9 | 14.21 | 2.52 | - |
| YUV | 96.41 | 80.36 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 112 | 12 | 0.13 | 0 | 0.89 | 0.56 | 68.4 | 0.81 | 0.24 |
| Hex | 62 | 70 | C | D | 0 | 59 | 38 | 44 | 51 | 18 |
| Octal | 142 | 160 | 14 | 15 | 0 | 131 | 70 | 104 | 121 | 30 |
| Binary | 1100010 | 1110000 | 1100 | 1101 | 0 | 1011001 | 111000 | 1000100 | 1010001 | 11000 |
Color Harmonies of #62700C
Complementary color
Monochromatic Colors of #62700C
Black with #62700C
Text Example
Text Example
White with #62700C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62700C; }
p { color: rgb(98,112,12); }
H1.HeaderClassName
{
color: #62700C;
}
.AnyTagClassName
{
color: #62700C;
}
</style>
background-color css
<style>
a { background-color: #62700C; }
a { background-color: rgb(98,112,12); }
div.DivClassName
{
background-color: #62700C;
}
.BgClassName
{
background-color: #62700C;
}
</style>
border-color css
<style>
span { border-color: #62700C; }
span { border-color: rgb(98,112,12); }
td.TdClassName
{
border-color: #62700C;
}
.TagClassName
{
border-color: #62700C;
}
</style>