Shades of Fiji Green #625E03
Tints of Fiji Green #625E03
RGB
CMYK
RGB Variations
Color information
#625E03 (or 0x625E03) is known color: Fiji Green. HEX triplet: 62, 5E and 03. RGB value is (98,94,3). Sum of RGB (Red+Green+Blue) = 98+94+3=195 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.26% from 195); Green value is 94 (37.11% from 255 or 48.21% from 195); Blue value is 3 (1.56% from 255 or 1.54% from 195); Max value from RGB is 98 - color contains mainly: red. Hex color #625E03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625E03 is #9DA1FC. Grayscale: #555555. Windows color (decimal): -10330621 or 220770. OLE color: 220770.
HSL color Cylindrical-coordinate representation of color #625E03: hue angle of 57.47º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #625E03 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 94 | 3 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.62 |
| HSL | 57.47º | 0.94% | 0.2% | - |
| HSV(B) | 57.47º | 0.97% | 0.38% | - |
| XYZ | 9.06 | 10.61 | 1.66 | - |
| YUV | 84.82 | 81.83 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 94 | 3 | 0 | 0.04 | 0.97 | 0.62 | 57.47 | 0.94 | 0.2 |
| Hex | 62 | 5E | 3 | 0 | 4 | 61 | 3E | 39 | 5E | 14 |
| Octal | 142 | 136 | 3 | 0 | 4 | 141 | 76 | 71 | 136 | 24 |
| Binary | 1100010 | 1011110 | 11 | 0 | 100 | 1100001 | 111110 | 111001 | 1011110 | 10100 |
Color Harmonies of #625E03
Complementary color
Monochromatic Colors of #625E03
Black with #625E03
Text Example
Text Example
White with #625E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625E03; }
p { color: rgb(98,94,3); }
H1.HeaderClassName
{
color: #625E03;
}
.AnyTagClassName
{
color: #625E03;
}
</style>
background-color css
<style>
a { background-color: #625E03; }
a { background-color: rgb(98,94,3); }
div.DivClassName
{
background-color: #625E03;
}
.BgClassName
{
background-color: #625E03;
}
</style>
border-color css
<style>
span { border-color: #625E03; }
span { border-color: rgb(98,94,3); }
td.TdClassName
{
border-color: #625E03;
}
.TagClassName
{
border-color: #625E03;
}
</style>