Shades of Fiji Green #626215
Tints of Fiji Green #626215
RGB
CMYK
RGB Variations
Color information
#626215 (or 0x626215) is known color: Fiji Green. HEX triplet: 62, 62 and 15. RGB value is (98,98,21). Sum of RGB (Red+Green+Blue) = 98+98+21=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 98 - color contains mainly: red, green. Hex color #626215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #626215 is #9D9DEA. Grayscale: #595959. Windows color (decimal): -10329579 or 1401442. OLE color: 1401442.
HSL color Cylindrical-coordinate representation of color #626215: hue angle of 60º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #626215 is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 98 | 21 | - |
| CMYK | 0 | 0 | 0.79 | 0.62 |
| HSL | 60º | 0.65% | 0.23% | - |
| HSV(B) | 60º | 0.79% | 0.38% | - |
| XYZ | 9.54 | 11.39 | 2.4 | - |
| YUV | 89.22 | 89.5 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 98 | 21 | 0 | 0 | 0.79 | 0.62 | 60 | 0.65 | 0.23 |
| Hex | 62 | 62 | 15 | 0 | 0 | 4F | 3E | 3C | 41 | 17 |
| Octal | 142 | 142 | 25 | 0 | 0 | 117 | 76 | 74 | 101 | 27 |
| Binary | 1100010 | 1100010 | 10101 | 0 | 0 | 1001111 | 111110 | 111100 | 1000001 | 10111 |
Color Harmonies of #626215
Complementary color
Monochromatic Colors of #626215
Black with #626215
Text Example
Text Example
White with #626215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626215; }
p { color: rgb(98,98,21); }
H1.HeaderClassName
{
color: #626215;
}
.AnyTagClassName
{
color: #626215;
}
</style>
background-color css
<style>
a { background-color: #626215; }
a { background-color: rgb(98,98,21); }
div.DivClassName
{
background-color: #626215;
}
.BgClassName
{
background-color: #626215;
}
</style>
border-color css
<style>
span { border-color: #626215; }
span { border-color: rgb(98,98,21); }
td.TdClassName
{
border-color: #626215;
}
.TagClassName
{
border-color: #626215;
}
</style>