Shades of Fiji Green #62681A
Tints of Fiji Green #62681A
RGB
CMYK
RGB Variations
Color information
#62681A (or 0x62681A) is known color: Fiji Green. HEX triplet: 62, 68 and 1A. RGB value is (98,104,26). Sum of RGB (Red+Green+Blue) = 98+104+26=228 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.98% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 26 (10.55% from 255 or 11.40% from 228); Max value from RGB is 104 - color contains mainly: green. Hex color #62681A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62681A is #9D97E5. Grayscale: #5D5D5D. Windows color (decimal): -10328038 or 1730658. OLE color: 1730658.
HSL color Cylindrical-coordinate representation of color #62681A: hue angle of 64.62º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #62681A is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 104 | 26 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.59 |
| HSL | 64.62º | 0.6% | 0.25% | - |
| HSV(B) | 64.62º | 0.75% | 0.41% | - |
| XYZ | 10.17 | 12.57 | 2.87 | - |
| YUV | 93.31 | 90.01 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 104 | 26 | 0.06 | 0 | 0.75 | 0.59 | 64.62 | 0.6 | 0.25 |
| Hex | 62 | 68 | 1A | 6 | 0 | 4B | 3B | 41 | 3C | 19 |
| Octal | 142 | 150 | 32 | 6 | 0 | 113 | 73 | 101 | 74 | 31 |
| Binary | 1100010 | 1101000 | 11010 | 110 | 0 | 1001011 | 111011 | 1000001 | 111100 | 11001 |
Color Harmonies of #62681A
Complementary color
Monochromatic Colors of #62681A
Black with #62681A
Text Example
Text Example
White with #62681A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62681A; }
p { color: rgb(98,104,26); }
H1.HeaderClassName
{
color: #62681A;
}
.AnyTagClassName
{
color: #62681A;
}
</style>
background-color css
<style>
a { background-color: #62681A; }
a { background-color: rgb(98,104,26); }
div.DivClassName
{
background-color: #62681A;
}
.BgClassName
{
background-color: #62681A;
}
</style>
border-color css
<style>
span { border-color: #62681A; }
span { border-color: rgb(98,104,26); }
td.TdClassName
{
border-color: #62681A;
}
.TagClassName
{
border-color: #62681A;
}
</style>