Shades of Fiji Green #647F13
Tints of Fiji Green #647F13
RGB
CMYK
RGB Variations
Color information
#647F13 (or 0x647F13) is known color: Fiji Green. HEX triplet: 64, 7F and 13. RGB value is (100,127,19). Sum of RGB (Red+Green+Blue) = 100+127+19=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 127 (50% from 255 or 51.63% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 127 - color contains mainly: green. Hex color #647F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647F13 is #9B80EC. Grayscale: #6B6B6B. Windows color (decimal): -10191085 or 1277796. OLE color: 1277796.
HSL color Cylindrical-coordinate representation of color #647F13: hue angle of 75º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #647F13 is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 127 | 19 | - |
| CMYK | 0.21 | 0 | 0.85 | 0.50 |
| HSL | 75º | 0.74% | 0.29% | - |
| HSV(B) | 75º | 0.85% | 0.5% | - |
| XYZ | 12.96 | 17.94 | 3.39 | - |
| YUV | 106.62 | 78.55 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 127 | 19 | 0.21 | 0 | 0.85 | 0.50 | 75 | 0.74 | 0.29 |
| Hex | 64 | 7F | 13 | 15 | 0 | 55 | 32 | 4B | 4A | 1D |
| Octal | 144 | 177 | 23 | 25 | 0 | 125 | 62 | 113 | 112 | 35 |
| Binary | 1100100 | 1111111 | 10011 | 10101 | 0 | 1010101 | 110010 | 1001011 | 1001010 | 11101 |
Color Harmonies of #647F13
Complementary color
Monochromatic Colors of #647F13
Black with #647F13
Text Example
Text Example
White with #647F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647F13; }
p { color: rgb(100,127,19); }
H1.HeaderClassName
{
color: #647F13;
}
.AnyTagClassName
{
color: #647F13;
}
</style>
background-color css
<style>
a { background-color: #647F13; }
a { background-color: rgb(100,127,19); }
div.DivClassName
{
background-color: #647F13;
}
.BgClassName
{
background-color: #647F13;
}
</style>
border-color css
<style>
span { border-color: #647F13; }
span { border-color: rgb(100,127,19); }
td.TdClassName
{
border-color: #647F13;
}
.TagClassName
{
border-color: #647F13;
}
</style>