Shades of Fiji Green #62781E
Tints of Fiji Green #62781E
RGB
CMYK
RGB Variations
Color information
#62781E (or 0x62781E) is known color: Fiji Green. HEX triplet: 62, 78 and 1E. RGB value is (98,120,30). Sum of RGB (Red+Green+Blue) = 98+120+30=248 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.52% from 248); Green value is 120 (47.27% from 255 or 48.39% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 120 - color contains mainly: green. Hex color #62781E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62781E is #9D87E1. Grayscale: #676767. Windows color (decimal): -10323938 or 1996898. OLE color: 1996898.
HSL color Cylindrical-coordinate representation of color #62781E: hue angle of 74.67º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #62781E is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 98 | 120 | 30 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.53 |
| HSL | 74.67º | 0.6% | 0.29% | - |
| HSV(B) | 74.67º | 0.75% | 0.47% | - |
| XYZ | 11.99 | 16.12 | 3.71 | - |
| YUV | 103.16 | 86.71 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 120 | 30 | 0.18 | 0 | 0.75 | 0.53 | 74.67 | 0.6 | 0.29 |
| Hex | 62 | 78 | 1E | 12 | 0 | 4B | 35 | 4B | 3C | 1D |
| Octal | 142 | 170 | 36 | 22 | 0 | 113 | 65 | 113 | 74 | 35 |
| Binary | 1100010 | 1111000 | 11110 | 10010 | 0 | 1001011 | 110101 | 1001011 | 111100 | 11101 |
Color Harmonies of #62781E
Complementary color
Monochromatic Colors of #62781E
Black with #62781E
Text Example
Text Example
White with #62781E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62781E; }
p { color: rgb(98,120,30); }
H1.HeaderClassName
{
color: #62781E;
}
.AnyTagClassName
{
color: #62781E;
}
</style>
background-color css
<style>
a { background-color: #62781E; }
a { background-color: rgb(98,120,30); }
div.DivClassName
{
background-color: #62781E;
}
.BgClassName
{
background-color: #62781E;
}
</style>
border-color css
<style>
span { border-color: #62781E; }
span { border-color: rgb(98,120,30); }
td.TdClassName
{
border-color: #62781E;
}
.TagClassName
{
border-color: #62781E;
}
</style>