Shades of Fiji Green #62610D
Tints of Fiji Green #62610D
RGB
CMYK
RGB Variations
Color information
#62610D (or 0x62610D) is known color: Fiji Green. HEX triplet: 62, 61 and 0D. RGB value is (98,97,13). Sum of RGB (Red+Green+Blue) = 98+97+13=208 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.12% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 98 - color contains mainly: red. Hex color #62610D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62610D is #9D9EF2. Grayscale: #585858. Windows color (decimal): -10329843 or 876898. OLE color: 876898.
HSL color Cylindrical-coordinate representation of color #62610D: hue angle of 59.29º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #62610D is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 97 | 13 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.62 |
| HSL | 59.29º | 0.77% | 0.22% | - |
| HSV(B) | 59.29º | 0.87% | 0.38% | - |
| XYZ | 9.38 | 11.18 | 2.04 | - |
| YUV | 87.72 | 85.83 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 97 | 13 | 0 | 0.01 | 0.87 | 0.62 | 59.29 | 0.77 | 0.22 |
| Hex | 62 | 61 | D | 0 | 1 | 57 | 3E | 3B | 4D | 16 |
| Octal | 142 | 141 | 15 | 0 | 1 | 127 | 76 | 73 | 115 | 26 |
| Binary | 1100010 | 1100001 | 1101 | 0 | 1 | 1010111 | 111110 | 111011 | 1001101 | 10110 |
Color Harmonies of #62610D
Complementary color
Monochromatic Colors of #62610D
Black with #62610D
Text Example
Text Example
White with #62610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62610D; }
p { color: rgb(98,97,13); }
H1.HeaderClassName
{
color: #62610D;
}
.AnyTagClassName
{
color: #62610D;
}
</style>
background-color css
<style>
a { background-color: #62610D; }
a { background-color: rgb(98,97,13); }
div.DivClassName
{
background-color: #62610D;
}
.BgClassName
{
background-color: #62610D;
}
</style>
border-color css
<style>
span { border-color: #62610D; }
span { border-color: rgb(98,97,13); }
td.TdClassName
{
border-color: #62610D;
}
.TagClassName
{
border-color: #62610D;
}
</style>