Shades of Fiji Green #626A21
Tints of Fiji Green #626A21
RGB
CMYK
RGB Variations
Color information
#626A21 (or 0x626A21) is known color: Fiji Green. HEX triplet: 62, 6A and 21. RGB value is (98,106,33). Sum of RGB (Red+Green+Blue) = 98+106+33=237 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.35% from 237); Green value is 106 (41.80% from 255 or 44.73% from 237); Blue value is 33 (13.28% from 255 or 13.92% from 237); Max value from RGB is 106 - color contains mainly: green. Hex color #626A21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626A21 is #9D95DE. Grayscale: #5F5F5F. Windows color (decimal): -10327519 or 2189922. OLE color: 2189922.
HSL color Cylindrical-coordinate representation of color #626A21: hue angle of 66.58º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #626A21 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 106 | 33 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.58 |
| HSL | 66.58º | 0.53% | 0.27% | - |
| HSV(B) | 66.58º | 0.69% | 0.42% | - |
| XYZ | 10.47 | 13.01 | 3.4 | - |
| YUV | 95.29 | 92.85 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 106 | 33 | 0.08 | 0 | 0.69 | 0.58 | 66.58 | 0.53 | 0.27 |
| Hex | 62 | 6A | 21 | 8 | 0 | 45 | 3A | 43 | 35 | 1B |
| Octal | 142 | 152 | 41 | 10 | 0 | 105 | 72 | 103 | 65 | 33 |
| Binary | 1100010 | 1101010 | 100001 | 1000 | 0 | 1000101 | 111010 | 1000011 | 110101 | 11011 |
Color Harmonies of #626A21
Complementary color
Monochromatic Colors of #626A21
Black with #626A21
Text Example
Text Example
White with #626A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626A21; }
p { color: rgb(98,106,33); }
H1.HeaderClassName
{
color: #626A21;
}
.AnyTagClassName
{
color: #626A21;
}
</style>
background-color css
<style>
a { background-color: #626A21; }
a { background-color: rgb(98,106,33); }
div.DivClassName
{
background-color: #626A21;
}
.BgClassName
{
background-color: #626A21;
}
</style>
border-color css
<style>
span { border-color: #626A21; }
span { border-color: rgb(98,106,33); }
td.TdClassName
{
border-color: #626A21;
}
.TagClassName
{
border-color: #626A21;
}
</style>