Shades of Fiji Green #62681E
Tints of Fiji Green #62681E
RGB
CMYK
RGB Variations
Color information
#62681E (or 0x62681E) is known color: Fiji Green. HEX triplet: 62, 68 and 1E. RGB value is (98,104,30). Sum of RGB (Red+Green+Blue) = 98+104+30=232 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.24% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 104 - color contains mainly: green. Hex color #62681E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62681E is #9D97E1. Grayscale: #5E5E5E. Windows color (decimal): -10328034 or 1992802. OLE color: 1992802.
HSL color Cylindrical-coordinate representation of color #62681E: hue angle of 64.86º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #62681E is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 104 | 30 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.59 |
| HSL | 64.86º | 0.55% | 0.26% | - |
| HSV(B) | 64.86º | 0.71% | 0.41% | - |
| XYZ | 10.22 | 12.59 | 3.12 | - |
| YUV | 93.77 | 92.01 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 104 | 30 | 0.06 | 0 | 0.71 | 0.59 | 64.86 | 0.55 | 0.26 |
| Hex | 62 | 68 | 1E | 6 | 0 | 47 | 3B | 41 | 37 | 1A |
| Octal | 142 | 150 | 36 | 6 | 0 | 107 | 73 | 101 | 67 | 32 |
| Binary | 1100010 | 1101000 | 11110 | 110 | 0 | 1000111 | 111011 | 1000001 | 110111 | 11010 |
Color Harmonies of #62681E
Complementary color
Monochromatic Colors of #62681E
Black with #62681E
Text Example
Text Example
White with #62681E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62681E; }
p { color: rgb(98,104,30); }
H1.HeaderClassName
{
color: #62681E;
}
.AnyTagClassName
{
color: #62681E;
}
</style>
background-color css
<style>
a { background-color: #62681E; }
a { background-color: rgb(98,104,30); }
div.DivClassName
{
background-color: #62681E;
}
.BgClassName
{
background-color: #62681E;
}
</style>
border-color css
<style>
span { border-color: #62681E; }
span { border-color: rgb(98,104,30); }
td.TdClassName
{
border-color: #62681E;
}
.TagClassName
{
border-color: #62681E;
}
</style>