Shades of Fiji Green #647C13
Tints of Fiji Green #647C13
RGB
CMYK
RGB Variations
Color information
#647C13 (or 0x647C13) is known color: Fiji Green. HEX triplet: 64, 7C and 13. RGB value is (100,124,19). Sum of RGB (Red+Green+Blue) = 100+124+19=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 124 (48.83% from 255 or 51.03% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 124 - color contains mainly: green. Hex color #647C13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647C13 is #9B83EC. Grayscale: #696969. Windows color (decimal): -10191853 or 1277028. OLE color: 1277028.
HSL color Cylindrical-coordinate representation of color #647C13: hue angle of 73.71º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #647C13 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 124 | 19 | - |
| CMYK | 0.19 | 0 | 0.85 | 0.51 |
| HSL | 73.71º | 0.73% | 0.28% | - |
| HSV(B) | 73.71º | 0.85% | 0.49% | - |
| XYZ | 12.58 | 17.17 | 3.27 | - |
| YUV | 104.85 | 79.55 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 124 | 19 | 0.19 | 0 | 0.85 | 0.51 | 73.71 | 0.73 | 0.28 |
| Hex | 64 | 7C | 13 | 13 | 0 | 55 | 33 | 4A | 49 | 1C |
| Octal | 144 | 174 | 23 | 23 | 0 | 125 | 63 | 112 | 111 | 34 |
| Binary | 1100100 | 1111100 | 10011 | 10011 | 0 | 1010101 | 110011 | 1001010 | 1001001 | 11100 |
Color Harmonies of #647C13
Complementary color
Monochromatic Colors of #647C13
Black with #647C13
Text Example
Text Example
White with #647C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647C13; }
p { color: rgb(100,124,19); }
H1.HeaderClassName
{
color: #647C13;
}
.AnyTagClassName
{
color: #647C13;
}
</style>
background-color css
<style>
a { background-color: #647C13; }
a { background-color: rgb(100,124,19); }
div.DivClassName
{
background-color: #647C13;
}
.BgClassName
{
background-color: #647C13;
}
</style>
border-color css
<style>
span { border-color: #647C13; }
span { border-color: rgb(100,124,19); }
td.TdClassName
{
border-color: #647C13;
}
.TagClassName
{
border-color: #647C13;
}
</style>