Shades of Fiji Green #626821
Tints of Fiji Green #626821
RGB
CMYK
RGB Variations
Color information
#626821 (or 0x626821) is known color: Fiji Green. HEX triplet: 62, 68 and 21. RGB value is (98,104,33). Sum of RGB (Red+Green+Blue) = 98+104+33=235 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.70% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 33 (13.28% from 255 or 14.04% from 235); Max value from RGB is 104 - color contains mainly: green. Hex color #626821 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626821 is #9D97DE. Grayscale: #5E5E5E. Windows color (decimal): -10328031 or 2189410. OLE color: 2189410.
HSL color Cylindrical-coordinate representation of color #626821: hue angle of 65.07º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #626821 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 104 | 33 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.59 |
| HSL | 65.07º | 0.52% | 0.27% | - |
| HSV(B) | 65.07º | 0.68% | 0.41% | - |
| XYZ | 10.26 | 12.61 | 3.33 | - |
| YUV | 94.11 | 93.51 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 104 | 33 | 0.06 | 0 | 0.68 | 0.59 | 65.07 | 0.52 | 0.27 |
| Hex | 62 | 68 | 21 | 6 | 0 | 44 | 3B | 41 | 34 | 1B |
| Octal | 142 | 150 | 41 | 6 | 0 | 104 | 73 | 101 | 64 | 33 |
| Binary | 1100010 | 1101000 | 100001 | 110 | 0 | 1000100 | 111011 | 1000001 | 110100 | 11011 |
Color Harmonies of #626821
Complementary color
Monochromatic Colors of #626821
Black with #626821
Text Example
Text Example
White with #626821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626821; }
p { color: rgb(98,104,33); }
H1.HeaderClassName
{
color: #626821;
}
.AnyTagClassName
{
color: #626821;
}
</style>
background-color css
<style>
a { background-color: #626821; }
a { background-color: rgb(98,104,33); }
div.DivClassName
{
background-color: #626821;
}
.BgClassName
{
background-color: #626821;
}
</style>
border-color css
<style>
span { border-color: #626821; }
span { border-color: rgb(98,104,33); }
td.TdClassName
{
border-color: #626821;
}
.TagClassName
{
border-color: #626821;
}
</style>