Shades of Fiji Green #626411
Tints of Fiji Green #626411
RGB
CMYK
RGB Variations
Color information
#626411 (or 0x626411) is known color: Fiji Green. HEX triplet: 62, 64 and 11. RGB value is (98,100,17). Sum of RGB (Red+Green+Blue) = 98+100+17=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 100 - color contains mainly: green. Hex color #626411 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #626411 is #9D9BEE. Grayscale: #5A5A5A. Windows color (decimal): -10329071 or 1139810. OLE color: 1139810.
HSL color Cylindrical-coordinate representation of color #626411: hue angle of 61.45º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #626411 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 100 | 17 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.61 |
| HSL | 61.45º | 0.71% | 0.23% | - |
| HSV(B) | 61.45º | 0.83% | 0.39% | - |
| XYZ | 9.7 | 11.75 | 2.29 | - |
| YUV | 89.94 | 86.84 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 100 | 17 | 0.02 | 0 | 0.83 | 0.61 | 61.45 | 0.71 | 0.23 |
| Hex | 62 | 64 | 11 | 2 | 0 | 53 | 3D | 3D | 47 | 17 |
| Octal | 142 | 144 | 21 | 2 | 0 | 123 | 75 | 75 | 107 | 27 |
| Binary | 1100010 | 1100100 | 10001 | 10 | 0 | 1010011 | 111101 | 111101 | 1000111 | 10111 |
Color Harmonies of #626411
Complementary color
Monochromatic Colors of #626411
Black with #626411
Text Example
Text Example
White with #626411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626411; }
p { color: rgb(98,100,17); }
H1.HeaderClassName
{
color: #626411;
}
.AnyTagClassName
{
color: #626411;
}
</style>
background-color css
<style>
a { background-color: #626411; }
a { background-color: rgb(98,100,17); }
div.DivClassName
{
background-color: #626411;
}
.BgClassName
{
background-color: #626411;
}
</style>
border-color css
<style>
span { border-color: #626411; }
span { border-color: rgb(98,100,17); }
td.TdClassName
{
border-color: #626411;
}
.TagClassName
{
border-color: #626411;
}
</style>