Shades of Fiji Green #62610F
Tints of Fiji Green #62610F
RGB
CMYK
RGB Variations
Color information
#62610F (or 0x62610F) is known color: Fiji Green. HEX triplet: 62, 61 and 0F. RGB value is (98,97,15). Sum of RGB (Red+Green+Blue) = 98+97+15=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 97 (38.28% from 255 or 46.19% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 98 - color contains mainly: red. Hex color #62610F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62610F is #9D9EF0. Grayscale: #585858. Windows color (decimal): -10329841 or 1007970. OLE color: 1007970.
HSL color Cylindrical-coordinate representation of color #62610F: hue angle of 59.28º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #62610F is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 97 | 15 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.62 |
| HSL | 59.28º | 0.73% | 0.22% | - |
| HSV(B) | 59.28º | 0.85% | 0.38% | - |
| XYZ | 9.4 | 11.18 | 2.11 | - |
| YUV | 87.95 | 86.83 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 97 | 15 | 0 | 0.01 | 0.85 | 0.62 | 59.28 | 0.73 | 0.22 |
| Hex | 62 | 61 | F | 0 | 1 | 55 | 3E | 3B | 49 | 16 |
| Octal | 142 | 141 | 17 | 0 | 1 | 125 | 76 | 73 | 111 | 26 |
| Binary | 1100010 | 1100001 | 1111 | 0 | 1 | 1010101 | 111110 | 111011 | 1001001 | 10110 |
Color Harmonies of #62610F
Complementary color
Monochromatic Colors of #62610F
Black with #62610F
Text Example
Text Example
White with #62610F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62610F; }
p { color: rgb(98,97,15); }
H1.HeaderClassName
{
color: #62610F;
}
.AnyTagClassName
{
color: #62610F;
}
</style>
background-color css
<style>
a { background-color: #62610F; }
a { background-color: rgb(98,97,15); }
div.DivClassName
{
background-color: #62610F;
}
.BgClassName
{
background-color: #62610F;
}
</style>
border-color css
<style>
span { border-color: #62610F; }
span { border-color: rgb(98,97,15); }
td.TdClassName
{
border-color: #62610F;
}
.TagClassName
{
border-color: #62610F;
}
</style>