Shades of Fiji Green #626621
Tints of Fiji Green #626621
RGB
CMYK
RGB Variations
Color information
#626621 (or 0x626621) is known color: Fiji Green. HEX triplet: 62, 66 and 21. RGB value is (98,102,33). Sum of RGB (Red+Green+Blue) = 98+102+33=233 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.06% from 233); Green value is 102 (40.23% from 255 or 43.78% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 102 - color contains mainly: green. Hex color #626621 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626621 is #9D99DE. Grayscale: #5D5D5D. Windows color (decimal): -10328543 or 2188898. OLE color: 2188898.
HSL color Cylindrical-coordinate representation of color #626621: hue angle of 63.48º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #626621 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 98 | 102 | 33 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.6 |
| HSL | 63.48º | 0.51% | 0.26% | - |
| HSV(B) | 63.48º | 0.68% | 0.4% | - |
| XYZ | 10.06 | 12.21 | 3.27 | - |
| YUV | 92.94 | 94.17 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 102 | 33 | 0.04 | 0 | 0.68 | 0.6 | 63.48 | 0.51 | 0.26 |
| Hex | 62 | 66 | 21 | 4 | 0 | 44 | 3C | 3F | 33 | 1A |
| Octal | 142 | 146 | 41 | 4 | 0 | 104 | 74 | 77 | 63 | 32 |
| Binary | 1100010 | 1100110 | 100001 | 100 | 0 | 1000100 | 111100 | 111111 | 110011 | 11010 |
Color Harmonies of #626621
Complementary color
Monochromatic Colors of #626621
Black with #626621
Text Example
Text Example
White with #626621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626621; }
p { color: rgb(98,102,33); }
H1.HeaderClassName
{
color: #626621;
}
.AnyTagClassName
{
color: #626621;
}
</style>
background-color css
<style>
a { background-color: #626621; }
a { background-color: rgb(98,102,33); }
div.DivClassName
{
background-color: #626621;
}
.BgClassName
{
background-color: #626621;
}
</style>
border-color css
<style>
span { border-color: #626621; }
span { border-color: rgb(98,102,33); }
td.TdClassName
{
border-color: #626621;
}
.TagClassName
{
border-color: #626621;
}
</style>