Shades of Fiji Green #627E1A
Tints of Fiji Green #627E1A
RGB
CMYK
RGB Variations
Color information
#627E1A (or 0x627E1A) is known color: Fiji Green. HEX triplet: 62, 7E and 1A. RGB value is (98,126,26). Sum of RGB (Red+Green+Blue) = 98+126+26=250 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.2% from 250); Green value is 126 (49.61% from 255 or 50.4% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 126 - color contains mainly: green. Hex color #627E1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627E1A is #9D81E5. Grayscale: #6A6A6A. Windows color (decimal): -10322406 or 1736290. OLE color: 1736290.
HSL color Cylindrical-coordinate representation of color #627E1A: hue angle of 76.8º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #627E1A is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 126 | 26 | - |
| CMYK | 0.22 | 0 | 0.79 | 0.51 |
| HSL | 76.8º | 0.66% | 0.3% | - |
| HSV(B) | 76.8º | 0.79% | 0.49% | - |
| XYZ | 12.68 | 17.59 | 3.7 | - |
| YUV | 106.23 | 82.72 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 126 | 26 | 0.22 | 0 | 0.79 | 0.51 | 76.8 | 0.66 | 0.3 |
| Hex | 62 | 7E | 1A | 16 | 0 | 4F | 33 | 4D | 42 | 1E |
| Octal | 142 | 176 | 32 | 26 | 0 | 117 | 63 | 115 | 102 | 36 |
| Binary | 1100010 | 1111110 | 11010 | 10110 | 0 | 1001111 | 110011 | 1001101 | 1000010 | 11110 |
Color Harmonies of #627E1A
Complementary color
Monochromatic Colors of #627E1A
Black with #627E1A
Text Example
Text Example
White with #627E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627E1A; }
p { color: rgb(98,126,26); }
H1.HeaderClassName
{
color: #627E1A;
}
.AnyTagClassName
{
color: #627E1A;
}
</style>
background-color css
<style>
a { background-color: #627E1A; }
a { background-color: rgb(98,126,26); }
div.DivClassName
{
background-color: #627E1A;
}
.BgClassName
{
background-color: #627E1A;
}
</style>
border-color css
<style>
span { border-color: #627E1A; }
span { border-color: rgb(98,126,26); }
td.TdClassName
{
border-color: #627E1A;
}
.TagClassName
{
border-color: #627E1A;
}
</style>