Shades of Fiji Green #626202
Tints of Fiji Green #626202
RGB
CMYK
RGB Variations
Color information
#626202 (or 0x626202) is known color: Fiji Green. HEX triplet: 62, 62 and 02. RGB value is (98,98,2). Sum of RGB (Red+Green+Blue) = 98+98+2=198 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.49% from 198); Green value is 98 (38.67% from 255 or 49.49% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 98 - color contains mainly: red, green. Hex color #626202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #626202 is #9D9DFD. Grayscale: #575757. Windows color (decimal): -10329598 or 156258. OLE color: 156258.
HSL color Cylindrical-coordinate representation of color #626202: hue angle of 60º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #626202 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 98 | 2 | - |
| CMYK | 0 | 0 | 0.98 | 0.62 |
| HSL | 60º | 0.96% | 0.2% | - |
| HSV(B) | 60º | 0.98% | 0.38% | - |
| XYZ | 9.42 | 11.34 | 1.75 | - |
| YUV | 87.06 | 80 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 98 | 2 | 0 | 0 | 0.98 | 0.62 | 60 | 0.96 | 0.2 |
| Hex | 62 | 62 | 2 | 0 | 0 | 62 | 3E | 3C | 60 | 14 |
| Octal | 142 | 142 | 2 | 0 | 0 | 142 | 76 | 74 | 140 | 24 |
| Binary | 1100010 | 1100010 | 10 | 0 | 0 | 1100010 | 111110 | 111100 | 1100000 | 10100 |
Color Harmonies of #626202
Complementary color
Monochromatic Colors of #626202
Black with #626202
Text Example
Text Example
White with #626202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626202; }
p { color: rgb(98,98,2); }
H1.HeaderClassName
{
color: #626202;
}
.AnyTagClassName
{
color: #626202;
}
</style>
background-color css
<style>
a { background-color: #626202; }
a { background-color: rgb(98,98,2); }
div.DivClassName
{
background-color: #626202;
}
.BgClassName
{
background-color: #626202;
}
</style>
border-color css
<style>
span { border-color: #626202; }
span { border-color: rgb(98,98,2); }
td.TdClassName
{
border-color: #626202;
}
.TagClassName
{
border-color: #626202;
}
</style>