Shades of Fiji Green #626205
Tints of Fiji Green #626205
RGB
CMYK
RGB Variations
Color information
#626205 (or 0x626205) is known color: Fiji Green. HEX triplet: 62, 62 and 05. RGB value is (98,98,5). Sum of RGB (Red+Green+Blue) = 98+98+5=201 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.76% from 201); Green value is 98 (38.67% from 255 or 48.76% from 201); Blue value is 5 (2.34% from 255 or 2.49% from 201); Max value from RGB is 98 - color contains mainly: red, green. Hex color #626205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #626205 is #9D9DFA. Grayscale: #575757. Windows color (decimal): -10329595 or 352866. OLE color: 352866.
HSL color Cylindrical-coordinate representation of color #626205: hue angle of 60º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #626205 is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 98 | 5 | - |
| CMYK | 0 | 0 | 0.95 | 0.62 |
| HSL | 60º | 0.9% | 0.2% | - |
| HSV(B) | 60º | 0.95% | 0.38% | - |
| XYZ | 9.43 | 11.34 | 1.84 | - |
| YUV | 87.4 | 81.5 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 98 | 5 | 0 | 0 | 0.95 | 0.62 | 60 | 0.9 | 0.2 |
| Hex | 62 | 62 | 5 | 0 | 0 | 5F | 3E | 3C | 5A | 14 |
| Octal | 142 | 142 | 5 | 0 | 0 | 137 | 76 | 74 | 132 | 24 |
| Binary | 1100010 | 1100010 | 101 | 0 | 0 | 1011111 | 111110 | 111100 | 1011010 | 10100 |
Color Harmonies of #626205
Complementary color
Monochromatic Colors of #626205
Black with #626205
Text Example
Text Example
White with #626205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626205; }
p { color: rgb(98,98,5); }
H1.HeaderClassName
{
color: #626205;
}
.AnyTagClassName
{
color: #626205;
}
</style>
background-color css
<style>
a { background-color: #626205; }
a { background-color: rgb(98,98,5); }
div.DivClassName
{
background-color: #626205;
}
.BgClassName
{
background-color: #626205;
}
</style>
border-color css
<style>
span { border-color: #626205; }
span { border-color: rgb(98,98,5); }
td.TdClassName
{
border-color: #626205;
}
.TagClassName
{
border-color: #626205;
}
</style>