Shades of Fiji Green #626D0A
Tints of Fiji Green #626D0A
RGB
CMYK
RGB Variations
Color information
#626D0A (or 0x626D0A) is known color: Fiji Green. HEX triplet: 62, 6D and 0A. RGB value is (98,109,10). Sum of RGB (Red+Green+Blue) = 98+109+10=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 109 (42.97% from 255 or 50.23% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 109 - color contains mainly: green. Hex color #626D0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #626D0A is #9D92F5. Grayscale: #5E5E5E. Windows color (decimal): -10326774 or 683362. OLE color: 683362.
HSL color Cylindrical-coordinate representation of color #626D0A: hue angle of 66.67º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #626D0A is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 98 | 109 | 10 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.57 |
| HSL | 66.67º | 0.83% | 0.23% | - |
| HSV(B) | 66.67º | 0.91% | 0.43% | - |
| XYZ | 10.56 | 13.56 | 2.35 | - |
| YUV | 94.43 | 80.36 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 109 | 10 | 0.10 | 0 | 0.91 | 0.57 | 66.67 | 0.83 | 0.23 |
| Hex | 62 | 6D | A | A | 0 | 5B | 39 | 43 | 53 | 17 |
| Octal | 142 | 155 | 12 | 12 | 0 | 133 | 71 | 103 | 123 | 27 |
| Binary | 1100010 | 1101101 | 1010 | 1010 | 0 | 1011011 | 111001 | 1000011 | 1010011 | 10111 |
Color Harmonies of #626D0A
Complementary color
Monochromatic Colors of #626D0A
Black with #626D0A
Text Example
Text Example
White with #626D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626D0A; }
p { color: rgb(98,109,10); }
H1.HeaderClassName
{
color: #626D0A;
}
.AnyTagClassName
{
color: #626D0A;
}
</style>
background-color css
<style>
a { background-color: #626D0A; }
a { background-color: rgb(98,109,10); }
div.DivClassName
{
background-color: #626D0A;
}
.BgClassName
{
background-color: #626D0A;
}
</style>
border-color css
<style>
span { border-color: #626D0A; }
span { border-color: rgb(98,109,10); }
td.TdClassName
{
border-color: #626D0A;
}
.TagClassName
{
border-color: #626D0A;
}
</style>