Shades of Fiji Green #627D02
Tints of Fiji Green #627D02
RGB
CMYK
RGB Variations
Color information
#627D02 (or 0x627D02) is known color: Fiji Green. HEX triplet: 62, 7D and 02. RGB value is (98,125,2). Sum of RGB (Red+Green+Blue) = 98+125+2=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 125 (49.22% from 255 or 55.56% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 125 - color contains mainly: green. Hex color #627D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627D02 is #9D82FD. Grayscale: #676767. Windows color (decimal): -10322686 or 163170. OLE color: 163170.
HSL color Cylindrical-coordinate representation of color #627D02: hue angle of 73.17º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #627D02 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 125 | 2 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.51 |
| HSL | 73.17º | 0.97% | 0.25% | - |
| HSV(B) | 73.17º | 0.98% | 0.49% | - |
| XYZ | 12.38 | 17.27 | 2.74 | - |
| YUV | 102.91 | 71.05 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 125 | 2 | 0.22 | 0 | 0.98 | 0.51 | 73.17 | 0.97 | 0.25 |
| Hex | 62 | 7D | 2 | 16 | 0 | 62 | 33 | 49 | 61 | 19 |
| Octal | 142 | 175 | 2 | 26 | 0 | 142 | 63 | 111 | 141 | 31 |
| Binary | 1100010 | 1111101 | 10 | 10110 | 0 | 1100010 | 110011 | 1001001 | 1100001 | 11001 |
Color Harmonies of #627D02
Complementary color
Monochromatic Colors of #627D02
Black with #627D02
Text Example
Text Example
White with #627D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627D02; }
p { color: rgb(98,125,2); }
H1.HeaderClassName
{
color: #627D02;
}
.AnyTagClassName
{
color: #627D02;
}
</style>
background-color css
<style>
a { background-color: #627D02; }
a { background-color: rgb(98,125,2); }
div.DivClassName
{
background-color: #627D02;
}
.BgClassName
{
background-color: #627D02;
}
</style>
border-color css
<style>
span { border-color: #627D02; }
span { border-color: rgb(98,125,2); }
td.TdClassName
{
border-color: #627D02;
}
.TagClassName
{
border-color: #627D02;
}
</style>