Shades of Fiji Green #627F0D
Tints of Fiji Green #627F0D
RGB
CMYK
RGB Variations
Color information
#627F0D (or 0x627F0D) is known color: Fiji Green. HEX triplet: 62, 7F and 0D. RGB value is (98,127,13). Sum of RGB (Red+Green+Blue) = 98+127+13=238 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.18% from 238); Green value is 127 (50% from 255 or 53.36% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 127 - color contains mainly: green. Hex color #627F0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627F0D is #9D80F2. Grayscale: #696969. Windows color (decimal): -10322163 or 884578. OLE color: 884578.
HSL color Cylindrical-coordinate representation of color #627F0D: hue angle of 75.26º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #627F0D is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 127 | 13 | - |
| CMYK | 0.23 | 0 | 0.90 | 0.50 |
| HSL | 75.26º | 0.81% | 0.27% | - |
| HSV(B) | 75.26º | 0.9% | 0.5% | - |
| XYZ | 12.7 | 17.8 | 3.15 | - |
| YUV | 105.33 | 75.89 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 127 | 13 | 0.23 | 0 | 0.90 | 0.50 | 75.26 | 0.81 | 0.27 |
| Hex | 62 | 7F | D | 17 | 0 | 5A | 32 | 4B | 51 | 1B |
| Octal | 142 | 177 | 15 | 27 | 0 | 132 | 62 | 113 | 121 | 33 |
| Binary | 1100010 | 1111111 | 1101 | 10111 | 0 | 1011010 | 110010 | 1001011 | 1010001 | 11011 |
Color Harmonies of #627F0D
Complementary color
Monochromatic Colors of #627F0D
Black with #627F0D
Text Example
Text Example
White with #627F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627F0D; }
p { color: rgb(98,127,13); }
H1.HeaderClassName
{
color: #627F0D;
}
.AnyTagClassName
{
color: #627F0D;
}
</style>
background-color css
<style>
a { background-color: #627F0D; }
a { background-color: rgb(98,127,13); }
div.DivClassName
{
background-color: #627F0D;
}
.BgClassName
{
background-color: #627F0D;
}
</style>
border-color css
<style>
span { border-color: #627F0D; }
span { border-color: rgb(98,127,13); }
td.TdClassName
{
border-color: #627F0D;
}
.TagClassName
{
border-color: #627F0D;
}
</style>