Shades of Fiji Green #627E14
Tints of Fiji Green #627E14
RGB
CMYK
RGB Variations
Color information
#627E14 (or 0x627E14) is known color: Fiji Green. HEX triplet: 62, 7E and 14. RGB value is (98,126,20). Sum of RGB (Red+Green+Blue) = 98+126+20=244 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.16% from 244); Green value is 126 (49.61% from 255 or 51.64% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 126 - color contains mainly: green. Hex color #627E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627E14 is #9D81EB. Grayscale: #696969. Windows color (decimal): -10322412 or 1343074. OLE color: 1343074.
HSL color Cylindrical-coordinate representation of color #627E14: hue angle of 75.85º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #627E14 is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 126 | 20 | - |
| CMYK | 0.22 | 0 | 0.84 | 0.51 |
| HSL | 75.85º | 0.73% | 0.29% | - |
| HSV(B) | 75.85º | 0.84% | 0.49% | - |
| XYZ | 12.62 | 17.57 | 3.39 | - |
| YUV | 105.54 | 79.72 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 126 | 20 | 0.22 | 0 | 0.84 | 0.51 | 75.85 | 0.73 | 0.29 |
| Hex | 62 | 7E | 14 | 16 | 0 | 54 | 33 | 4C | 49 | 1D |
| Octal | 142 | 176 | 24 | 26 | 0 | 124 | 63 | 114 | 111 | 35 |
| Binary | 1100010 | 1111110 | 10100 | 10110 | 0 | 1010100 | 110011 | 1001100 | 1001001 | 11101 |
Color Harmonies of #627E14
Complementary color
Monochromatic Colors of #627E14
Black with #627E14
Text Example
Text Example
White with #627E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627E14; }
p { color: rgb(98,126,20); }
H1.HeaderClassName
{
color: #627E14;
}
.AnyTagClassName
{
color: #627E14;
}
</style>
background-color css
<style>
a { background-color: #627E14; }
a { background-color: rgb(98,126,20); }
div.DivClassName
{
background-color: #627E14;
}
.BgClassName
{
background-color: #627E14;
}
</style>
border-color css
<style>
span { border-color: #627E14; }
span { border-color: rgb(98,126,20); }
td.TdClassName
{
border-color: #627E14;
}
.TagClassName
{
border-color: #627E14;
}
</style>