Shades of Fiji Green #627A1E
Tints of Fiji Green #627A1E
RGB
CMYK
RGB Variations
Color information
#627A1E (or 0x627A1E) is known color: Fiji Green. HEX triplet: 62, 7A and 1E. RGB value is (98,122,30). Sum of RGB (Red+Green+Blue) = 98+122+30=250 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.2% from 250); Green value is 122 (48.05% from 255 or 48.8% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 122 - color contains mainly: green. Hex color #627A1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627A1E is #9D85E1. Grayscale: #686868. Windows color (decimal): -10323426 or 1997410. OLE color: 1997410.
HSL color Cylindrical-coordinate representation of color #627A1E: hue angle of 75.65º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #627A1E is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 122 | 30 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.52 |
| HSL | 75.65º | 0.61% | 0.3% | - |
| HSV(B) | 75.65º | 0.75% | 0.48% | - |
| XYZ | 12.23 | 16.61 | 3.79 | - |
| YUV | 104.34 | 86.05 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 122 | 30 | 0.20 | 0 | 0.75 | 0.52 | 75.65 | 0.61 | 0.3 |
| Hex | 62 | 7A | 1E | 14 | 0 | 4B | 34 | 4C | 3D | 1E |
| Octal | 142 | 172 | 36 | 24 | 0 | 113 | 64 | 114 | 75 | 36 |
| Binary | 1100010 | 1111010 | 11110 | 10100 | 0 | 1001011 | 110100 | 1001100 | 111101 | 11110 |
Color Harmonies of #627A1E
Complementary color
Monochromatic Colors of #627A1E
Black with #627A1E
Text Example
Text Example
White with #627A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627A1E; }
p { color: rgb(98,122,30); }
H1.HeaderClassName
{
color: #627A1E;
}
.AnyTagClassName
{
color: #627A1E;
}
</style>
background-color css
<style>
a { background-color: #627A1E; }
a { background-color: rgb(98,122,30); }
div.DivClassName
{
background-color: #627A1E;
}
.BgClassName
{
background-color: #627A1E;
}
</style>
border-color css
<style>
span { border-color: #627A1E; }
span { border-color: rgb(98,122,30); }
td.TdClassName
{
border-color: #627A1E;
}
.TagClassName
{
border-color: #627A1E;
}
</style>