Shades of Fiji Green #62781B
Tints of Fiji Green #62781B
RGB
CMYK
RGB Variations
Color information
#62781B (or 0x62781B) is known color: Fiji Green. HEX triplet: 62, 78 and 1B. RGB value is (98,120,27). Sum of RGB (Red+Green+Blue) = 98+120+27=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #62781B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62781B is #9D87E4. Grayscale: #676767. Windows color (decimal): -10323941 or 1800290. OLE color: 1800290.
HSL color Cylindrical-coordinate representation of color #62781B: hue angle of 74.19º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #62781B is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 98 | 120 | 27 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.53 |
| HSL | 74.19º | 0.63% | 0.29% | - |
| HSV(B) | 74.19º | 0.78% | 0.47% | - |
| XYZ | 11.95 | 16.11 | 3.52 | - |
| YUV | 102.82 | 85.21 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 120 | 27 | 0.18 | 0 | 0.78 | 0.53 | 74.19 | 0.63 | 0.29 |
| Hex | 62 | 78 | 1B | 12 | 0 | 4E | 35 | 4A | 3F | 1D |
| Octal | 142 | 170 | 33 | 22 | 0 | 116 | 65 | 112 | 77 | 35 |
| Binary | 1100010 | 1111000 | 11011 | 10010 | 0 | 1001110 | 110101 | 1001010 | 111111 | 11101 |
Color Harmonies of #62781B
Complementary color
Monochromatic Colors of #62781B
Black with #62781B
Text Example
Text Example
White with #62781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62781B; }
p { color: rgb(98,120,27); }
H1.HeaderClassName
{
color: #62781B;
}
.AnyTagClassName
{
color: #62781B;
}
</style>
background-color css
<style>
a { background-color: #62781B; }
a { background-color: rgb(98,120,27); }
div.DivClassName
{
background-color: #62781B;
}
.BgClassName
{
background-color: #62781B;
}
</style>
border-color css
<style>
span { border-color: #62781B; }
span { border-color: rgb(98,120,27); }
td.TdClassName
{
border-color: #62781B;
}
.TagClassName
{
border-color: #62781B;
}
</style>