Shades of Fiji Green #627C04
Tints of Fiji Green #627C04
RGB
CMYK
RGB Variations
Color information
#627C04 (or 0x627C04) is known color: Fiji Green. HEX triplet: 62, 7C and 04. RGB value is (98,124,4). Sum of RGB (Red+Green+Blue) = 98+124+4=226 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.36% from 226); Green value is 124 (48.83% from 255 or 54.87% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 124 - color contains mainly: green. Hex color #627C04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627C04 is #9D83FB. Grayscale: #676767. Windows color (decimal): -10322940 or 293986. OLE color: 293986.
HSL color Cylindrical-coordinate representation of color #627C04: hue angle of 73º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #627C04 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 124 | 4 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.51 |
| HSL | 73º | 0.94% | 0.25% | - |
| HSV(B) | 73º | 0.97% | 0.49% | - |
| XYZ | 12.27 | 17.02 | 2.75 | - |
| YUV | 102.55 | 72.39 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 124 | 4 | 0.21 | 0 | 0.97 | 0.51 | 73 | 0.94 | 0.25 |
| Hex | 62 | 7C | 4 | 15 | 0 | 61 | 33 | 49 | 5E | 19 |
| Octal | 142 | 174 | 4 | 25 | 0 | 141 | 63 | 111 | 136 | 31 |
| Binary | 1100010 | 1111100 | 100 | 10101 | 0 | 1100001 | 110011 | 1001001 | 1011110 | 11001 |
Color Harmonies of #627C04
Complementary color
Monochromatic Colors of #627C04
Black with #627C04
Text Example
Text Example
White with #627C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627C04; }
p { color: rgb(98,124,4); }
H1.HeaderClassName
{
color: #627C04;
}
.AnyTagClassName
{
color: #627C04;
}
</style>
background-color css
<style>
a { background-color: #627C04; }
a { background-color: rgb(98,124,4); }
div.DivClassName
{
background-color: #627C04;
}
.BgClassName
{
background-color: #627C04;
}
</style>
border-color css
<style>
span { border-color: #627C04; }
span { border-color: rgb(98,124,4); }
td.TdClassName
{
border-color: #627C04;
}
.TagClassName
{
border-color: #627C04;
}
</style>