Shades of Fiji Green #626500
Tints of Fiji Green #626500
RGB
CMYK
RGB Variations
Color information
#626500 (or 0x626500) is known color: Fiji Green. HEX triplet: 62, 65 and 00. RGB value is (98,101,0). Sum of RGB (Red+Green+Blue) = 98+101+0=199 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.25% from 199); Green value is 101 (39.84% from 255 or 50.75% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 101 - color contains mainly: green. Hex color #626500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #626500 is #9D9AFF. Grayscale: #585858. Windows color (decimal): -10328832 or 25954. OLE color: 25954.
HSL color Cylindrical-coordinate representation of color #626500: hue angle of 61.78º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #626500 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 101 | 0 | - |
| CMYK | 0.03 | 0 | 1 | 0.60 |
| HSL | 61.78º | 1% | 0.2% | - |
| HSV(B) | 61.78º | 1% | 0.4% | - |
| XYZ | 9.69 | 11.9 | 1.79 | - |
| YUV | 88.59 | 78.01 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 101 | 0 | 0.03 | 0 | 1 | 0.60 | 61.78 | 1 | 0.2 |
| Hex | 62 | 65 | 0 | 3 | 0 | 64 | 3C | 3E | 64 | 14 |
| Octal | 142 | 145 | 0 | 3 | 0 | 144 | 74 | 76 | 144 | 24 |
| Binary | 1100010 | 1100101 | 0 | 11 | 0 | 1100100 | 111100 | 111110 | 1100100 | 10100 |
Color Harmonies of #626500
Complementary color
Monochromatic Colors of #626500
Black with #626500
Text Example
Text Example
White with #626500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626500; }
p { color: rgb(98,101,0); }
H1.HeaderClassName
{
color: #626500;
}
.AnyTagClassName
{
color: #626500;
}
</style>
background-color css
<style>
a { background-color: #626500; }
a { background-color: rgb(98,101,0); }
div.DivClassName
{
background-color: #626500;
}
.BgClassName
{
background-color: #626500;
}
</style>
border-color css
<style>
span { border-color: #626500; }
span { border-color: rgb(98,101,0); }
td.TdClassName
{
border-color: #626500;
}
.TagClassName
{
border-color: #626500;
}
</style>