Shades of Fiji Green #62780A
Tints of Fiji Green #62780A
RGB
CMYK
RGB Variations
Color information
#62780A (or 0x62780A) is known color: Fiji Green. HEX triplet: 62, 78 and 0A. RGB value is (98,120,10). Sum of RGB (Red+Green+Blue) = 98+120+10=228 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.98% from 228); Green value is 120 (47.27% from 255 or 52.63% from 228); Blue value is 10 (4.30% from 255 or 4.39% from 228); Max value from RGB is 120 - color contains mainly: green. Hex color #62780A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62780A is #9D87F5. Grayscale: #656565. Windows color (decimal): -10323958 or 686178. OLE color: 686178.
HSL color Cylindrical-coordinate representation of color #62780A: hue angle of 72º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #62780A is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 98 | 120 | 10 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.53 |
| HSL | 72º | 0.85% | 0.25% | - |
| HSV(B) | 72º | 0.92% | 0.47% | - |
| XYZ | 11.81 | 16.05 | 2.76 | - |
| YUV | 100.88 | 76.71 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 120 | 10 | 0.18 | 0 | 0.92 | 0.53 | 72 | 0.85 | 0.25 |
| Hex | 62 | 78 | A | 12 | 0 | 5C | 35 | 48 | 55 | 19 |
| Octal | 142 | 170 | 12 | 22 | 0 | 134 | 65 | 110 | 125 | 31 |
| Binary | 1100010 | 1111000 | 1010 | 10010 | 0 | 1011100 | 110101 | 1001000 | 1010101 | 11001 |
Color Harmonies of #62780A
Complementary color
Monochromatic Colors of #62780A
Black with #62780A
Text Example
Text Example
White with #62780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62780A; }
p { color: rgb(98,120,10); }
H1.HeaderClassName
{
color: #62780A;
}
.AnyTagClassName
{
color: #62780A;
}
</style>
background-color css
<style>
a { background-color: #62780A; }
a { background-color: rgb(98,120,10); }
div.DivClassName
{
background-color: #62780A;
}
.BgClassName
{
background-color: #62780A;
}
</style>
border-color css
<style>
span { border-color: #62780A; }
span { border-color: rgb(98,120,10); }
td.TdClassName
{
border-color: #62780A;
}
.TagClassName
{
border-color: #62780A;
}
</style>