Shades of Fiji Green #62741A
Tints of Fiji Green #62741A
RGB
CMYK
RGB Variations
Color information
#62741A (or 0x62741A) is known color: Fiji Green. HEX triplet: 62, 74 and 1A. RGB value is (98,116,26). Sum of RGB (Red+Green+Blue) = 98+116+26=240 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.83% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 116 - color contains mainly: green. Hex color #62741A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62741A is #9D8BE5. Grayscale: #646464. Windows color (decimal): -10324966 or 1733730. OLE color: 1733730.
HSL color Cylindrical-coordinate representation of color #62741A: hue angle of 72º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #62741A is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 116 | 26 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.55 |
| HSL | 72º | 0.63% | 0.28% | - |
| HSV(B) | 72º | 0.78% | 0.45% | - |
| XYZ | 11.47 | 15.16 | 3.3 | - |
| YUV | 100.36 | 86.04 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 116 | 26 | 0.16 | 0 | 0.78 | 0.55 | 72 | 0.63 | 0.28 |
| Hex | 62 | 74 | 1A | 10 | 0 | 4E | 37 | 48 | 3F | 1C |
| Octal | 142 | 164 | 32 | 20 | 0 | 116 | 67 | 110 | 77 | 34 |
| Binary | 1100010 | 1110100 | 11010 | 10000 | 0 | 1001110 | 110111 | 1001000 | 111111 | 11100 |
Color Harmonies of #62741A
Complementary color
Monochromatic Colors of #62741A
Black with #62741A
Text Example
Text Example
White with #62741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62741A; }
p { color: rgb(98,116,26); }
H1.HeaderClassName
{
color: #62741A;
}
.AnyTagClassName
{
color: #62741A;
}
</style>
background-color css
<style>
a { background-color: #62741A; }
a { background-color: rgb(98,116,26); }
div.DivClassName
{
background-color: #62741A;
}
.BgClassName
{
background-color: #62741A;
}
</style>
border-color css
<style>
span { border-color: #62741A; }
span { border-color: rgb(98,116,26); }
td.TdClassName
{
border-color: #62741A;
}
.TagClassName
{
border-color: #62741A;
}
</style>