Shades of Fiji Green #62680D
Tints of Fiji Green #62680D
RGB
CMYK
RGB Variations
Color information
#62680D (or 0x62680D) is known color: Fiji Green. HEX triplet: 62, 68 and 0D. RGB value is (98,104,13). Sum of RGB (Red+Green+Blue) = 98+104+13=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 104 (41.02% from 255 or 48.37% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 104 - color contains mainly: green. Hex color #62680D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62680D is #9D97F2. Grayscale: #5C5C5C. Windows color (decimal): -10328051 or 878690. OLE color: 878690.
HSL color Cylindrical-coordinate representation of color #62680D: hue angle of 63.96º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #62680D is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 104 | 13 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.59 |
| HSL | 63.96º | 0.78% | 0.23% | - |
| HSV(B) | 63.96º | 0.88% | 0.41% | - |
| XYZ | 10.06 | 12.53 | 2.27 | - |
| YUV | 91.83 | 83.51 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 104 | 13 | 0.06 | 0 | 0.88 | 0.59 | 63.96 | 0.78 | 0.23 |
| Hex | 62 | 68 | D | 6 | 0 | 58 | 3B | 40 | 4E | 17 |
| Octal | 142 | 150 | 15 | 6 | 0 | 130 | 73 | 100 | 116 | 27 |
| Binary | 1100010 | 1101000 | 1101 | 110 | 0 | 1011000 | 111011 | 1000000 | 1001110 | 10111 |
Color Harmonies of #62680D
Complementary color
Monochromatic Colors of #62680D
Black with #62680D
Text Example
Text Example
White with #62680D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62680D; }
p { color: rgb(98,104,13); }
H1.HeaderClassName
{
color: #62680D;
}
.AnyTagClassName
{
color: #62680D;
}
</style>
background-color css
<style>
a { background-color: #62680D; }
a { background-color: rgb(98,104,13); }
div.DivClassName
{
background-color: #62680D;
}
.BgClassName
{
background-color: #62680D;
}
</style>
border-color css
<style>
span { border-color: #62680D; }
span { border-color: rgb(98,104,13); }
td.TdClassName
{
border-color: #62680D;
}
.TagClassName
{
border-color: #62680D;
}
</style>