Shades of Fiji Green #626F20
Tints of Fiji Green #626F20
RGB
CMYK
RGB Variations
Color information
#626F20 (or 0x626F20) is known color: Fiji Green. HEX triplet: 62, 6F and 20. RGB value is (98,111,32). Sum of RGB (Red+Green+Blue) = 98+111+32=241 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.66% from 241); Green value is 111 (43.75% from 255 or 46.06% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 111 - color contains mainly: green. Hex color #626F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626F20 is #9D90DF. Grayscale: #626262. Windows color (decimal): -10326240 or 2125666. OLE color: 2125666.
HSL color Cylindrical-coordinate representation of color #626F20: hue angle of 69.87º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #626F20 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 111 | 32 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.56 |
| HSL | 69.87º | 0.55% | 0.28% | - |
| HSV(B) | 69.87º | 0.71% | 0.44% | - |
| XYZ | 10.98 | 14.07 | 3.5 | - |
| YUV | 98.11 | 90.69 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 111 | 32 | 0.12 | 0 | 0.71 | 0.56 | 69.87 | 0.55 | 0.28 |
| Hex | 62 | 6F | 20 | C | 0 | 47 | 38 | 46 | 37 | 1C |
| Octal | 142 | 157 | 40 | 14 | 0 | 107 | 70 | 106 | 67 | 34 |
| Binary | 1100010 | 1101111 | 100000 | 1100 | 0 | 1000111 | 111000 | 1000110 | 110111 | 11100 |
Color Harmonies of #626F20
Complementary color
Monochromatic Colors of #626F20
Black with #626F20
Text Example
Text Example
White with #626F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626F20; }
p { color: rgb(98,111,32); }
H1.HeaderClassName
{
color: #626F20;
}
.AnyTagClassName
{
color: #626F20;
}
</style>
background-color css
<style>
a { background-color: #626F20; }
a { background-color: rgb(98,111,32); }
div.DivClassName
{
background-color: #626F20;
}
.BgClassName
{
background-color: #626F20;
}
</style>
border-color css
<style>
span { border-color: #626F20; }
span { border-color: rgb(98,111,32); }
td.TdClassName
{
border-color: #626F20;
}
.TagClassName
{
border-color: #626F20;
}
</style>