Shades of Fiji Green #62780C
Tints of Fiji Green #62780C
RGB
CMYK
RGB Variations
Color information
#62780C (or 0x62780C) is known color: Fiji Green. HEX triplet: 62, 78 and 0C. RGB value is (98,120,12). Sum of RGB (Red+Green+Blue) = 98+120+12=230 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.61% from 230); Green value is 120 (47.27% from 255 or 52.17% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 120 - color contains mainly: green. Hex color #62780C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62780C is #9D87F3. Grayscale: #656565. Windows color (decimal): -10323956 or 817250. OLE color: 817250.
HSL color Cylindrical-coordinate representation of color #62780C: hue angle of 72.22º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #62780C is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 98 | 120 | 12 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.53 |
| HSL | 72.22º | 0.82% | 0.26% | - |
| HSV(B) | 72.22º | 0.9% | 0.47% | - |
| XYZ | 11.82 | 16.06 | 2.82 | - |
| YUV | 101.11 | 77.71 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 120 | 12 | 0.18 | 0 | 0.90 | 0.53 | 72.22 | 0.82 | 0.26 |
| Hex | 62 | 78 | C | 12 | 0 | 5A | 35 | 48 | 52 | 1A |
| Octal | 142 | 170 | 14 | 22 | 0 | 132 | 65 | 110 | 122 | 32 |
| Binary | 1100010 | 1111000 | 1100 | 10010 | 0 | 1011010 | 110101 | 1001000 | 1010010 | 11010 |
Color Harmonies of #62780C
Complementary color
Monochromatic Colors of #62780C
Black with #62780C
Text Example
Text Example
White with #62780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62780C; }
p { color: rgb(98,120,12); }
H1.HeaderClassName
{
color: #62780C;
}
.AnyTagClassName
{
color: #62780C;
}
</style>
background-color css
<style>
a { background-color: #62780C; }
a { background-color: rgb(98,120,12); }
div.DivClassName
{
background-color: #62780C;
}
.BgClassName
{
background-color: #62780C;
}
</style>
border-color css
<style>
span { border-color: #62780C; }
span { border-color: rgb(98,120,12); }
td.TdClassName
{
border-color: #62780C;
}
.TagClassName
{
border-color: #62780C;
}
</style>