Shades of Fiji Green #62780F
Tints of Fiji Green #62780F
RGB
CMYK
RGB Variations
Color information
#62780F (or 0x62780F) is known color: Fiji Green. HEX triplet: 62, 78 and 0F. RGB value is (98,120,15). Sum of RGB (Red+Green+Blue) = 98+120+15=233 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.06% from 233); Green value is 120 (47.27% from 255 or 51.50% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 120 - color contains mainly: green. Hex color #62780F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62780F is #9D87F0. Grayscale: #656565. Windows color (decimal): -10323953 or 1013858. OLE color: 1013858.
HSL color Cylindrical-coordinate representation of color #62780F: hue angle of 72.57º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #62780F is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 98 | 120 | 15 | - |
| CMYK | 0.18 | 0 | 0.87 | 0.53 |
| HSL | 72.57º | 0.78% | 0.26% | - |
| HSV(B) | 72.57º | 0.88% | 0.47% | - |
| XYZ | 11.84 | 16.06 | 2.93 | - |
| YUV | 101.45 | 79.21 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 120 | 15 | 0.18 | 0 | 0.87 | 0.53 | 72.57 | 0.78 | 0.26 |
| Hex | 62 | 78 | F | 12 | 0 | 57 | 35 | 49 | 4E | 1A |
| Octal | 142 | 170 | 17 | 22 | 0 | 127 | 65 | 111 | 116 | 32 |
| Binary | 1100010 | 1111000 | 1111 | 10010 | 0 | 1010111 | 110101 | 1001001 | 1001110 | 11010 |
Color Harmonies of #62780F
Complementary color
Monochromatic Colors of #62780F
Black with #62780F
Text Example
Text Example
White with #62780F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62780F; }
p { color: rgb(98,120,15); }
H1.HeaderClassName
{
color: #62780F;
}
.AnyTagClassName
{
color: #62780F;
}
</style>
background-color css
<style>
a { background-color: #62780F; }
a { background-color: rgb(98,120,15); }
div.DivClassName
{
background-color: #62780F;
}
.BgClassName
{
background-color: #62780F;
}
</style>
border-color css
<style>
span { border-color: #62780F; }
span { border-color: rgb(98,120,15); }
td.TdClassName
{
border-color: #62780F;
}
.TagClassName
{
border-color: #62780F;
}
</style>